From 6fd325b176c87231f63b6816b2978e88a12e528d Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 24 Jan 2022 14:29:33 +0100 Subject: [PATCH] tweaks --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 869a12c3..254b5c50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: # Do not run the scheduled workflow on forks if: github.event != 'schedule' || github.repository_owner == 'Cockatrice' + name: Check for new spoiler runs-on: ubuntu-latest env: @@ -74,4 +75,4 @@ jobs: git commit -m "Deploy: $GITHUB_SHA" git push deploy_commit=`git rev-parse HEAD` - echo "See deployment: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$deploy_commit" + echo ::notice::"See deployment: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$deploy_commit"