Merge branch 'master' into tooomm-patch-8

This commit is contained in:
tooomm 2022-02-04 15:12:56 +01:00 committed by GitHub
commit 433f469140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ on:
jobs:
deploy:
# Do not run the scheduled workflow on forks
if: github.event != 'schedule' || github.repository_owner == 'Cockatrice'
if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice'
name: Check for new spoiler
runs-on: ubuntu-latest
@ -75,4 +75,4 @@ jobs:
git commit -m "Deploy: $GITHUB_SHA"
git push
deploy_commit=`git rev-parse HEAD`
echo ::notice title=New data uploaded::"See deployment: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$deploy_commit"
echo "::notice title=New data uploaded::See deployment: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$deploy_commit"