Rename action
This commit is contained in:
parent
6f56208348
commit
c9380ff2b4
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Sync
|
||||
name: Sync & Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -6,8 +6,8 @@ on:
|
|||
- cron: "10 0 * * *" # Runs at 00:10 UTC every day
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: Sync
|
||||
sync_and_release:
|
||||
name: Sync & Release
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-24.04
|
||||
|
|
Loading…
Reference in a new issue