Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Aug 13, 2023
1 parent 507ac7f commit d9eebc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
rm .git/hooks/pre-push
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
with:
# ...
```
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
# Required to get the PR number
id: gha-update
with:
Expand Down

0 comments on commit d9eebc6

Please sign in to comment.