aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-21 16:18:52 -0700
committerGitHub <[email protected]>2021-04-21 16:18:52 -0700
commit77db5b8544a2ab6949f12ae84c7bb89df3528d78 (patch)
treeaddafe9515474ccf11200b7be501354d26e5637d
parentfix(blog): Add outdated notice to The State of Whirl (diff)
downloadsite-77db5b8544a2ab6949f12ae84c7bb89df3528d78.tar.xz
site-77db5b8544a2ab6949f12ae84c7bb89df3528d78.zip
chore: Add emoji to "Cancel Previous Runs" step
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 0f5e504..48cfefc 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- - name: Cancel Previous Runs
+ - name: Cancel Previous Runs 🚫
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}