diff options
| author | Fuwn <[email protected]> | 2021-06-18 16:35:33 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-18 16:35:33 -0600 |
| commit | 96ad07f53821ba74e183cc4756850e494df9cf12 (patch) | |
| tree | f62fb5c4181769f3905c11657f04e4daede476d4 | |
| parent | Merge pull request #12 from Whirlsplash/renovate/jamesives-github-pages-deplo... (diff) | |
| parent | chore(deps): update styfle/cancel-workflow-action action to v0.9.0 (diff) | |
| download | site-96ad07f53821ba74e183cc4756850e494df9cf12.tar.xz site-96ad07f53821ba74e183cc4756850e494df9cf12.zip | |
Merge pull request #9 from Whirlsplash/renovate/styfle-cancel-workflow-action-0.x
chore(deps): update styfle/cancel-workflow-action action to v0.9.0
| -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 ce0b9ca..711b03b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs 🚫 - uses: styfle/[email protected] + uses: styfle/[email protected] with: access_token: ${{ github.token }} |