chore: make the workflows pretty

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-18 18:33:21 +01:00
parent 0163fb056f
commit ec33c21c9d
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -16,7 +16,6 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v5
id: fix-labels
with:
+1 -2
View File
@@ -2,7 +2,7 @@
name: Goalie Workflow
on:
schedule:
- cron: "* * * * *"
- cron: '* * * * *'
jobs:
label:
@@ -29,4 +29,3 @@ jobs:
script: |
const script = require('./scripts/goalie-labels.js')
await script({github, context, core})