diff options
| author | Dan Engelbrecht <[email protected]> | 2022-11-08 16:26:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-08 07:26:05 -0800 |
| commit | 23f27a21afed4000c8098ca31e3807ad63e4f064 (patch) | |
| tree | 3863a9550c85fe535af5983a40319f53eed48ae4 /.github | |
| parent | Support file reference in package message (#184) (diff) | |
| download | zen-23f27a21afed4000c8098ca31e3807ad63e4f064.tar.xz zen-23f27a21afed4000c8098ca31e3807ad63e4f064.zip | |
update action cancel old build to 0.11.0 (#186)v0.1.9-pre1
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1a9dd2f12..d7b78caac 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Cancel Previous Runs if: ${{ github.ref_name != 'main'}} - uses: styfle/[email protected] + uses: styfle/[email protected] with: access_token: ${{ github.token }} |