actions(sync): Rename to sync (oops)
This commit is contained in:
parent
d25a87f4fc
commit
0af847d72f
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ on:
|
||||||
- cron: "10 0 * * *" # Runs at 00:10 UTC every day
|
- cron: "10 0 * * *" # Runs at 00:10 UTC every day
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
sync:
|
||||||
name: Release
|
name: Sync
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
|
|
Loading…
Reference in a new issue