diff options
| author | Fuwn <[email protected]> | 2021-04-21 16:18:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-21 16:18:52 -0700 |
| commit | 77db5b8544a2ab6949f12ae84c7bb89df3528d78 (patch) | |
| tree | addafe9515474ccf11200b7be501354d26e5637d | |
| parent | fix(blog): Add outdated notice to The State of Whirl (diff) | |
| download | site-77db5b8544a2ab6949f12ae84c7bb89df3528d78.tar.xz site-77db5b8544a2ab6949f12ae84c7bb89df3528d78.zip | |
chore: Add emoji to "Cancel Previous Runs" step
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
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 }} |