diff options
| -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 }} |