Skip to content

Commit efe01b8

Browse files
CsB-PolymeshF-OBrien
authored andcommitted
updated workflow to use the new version
1 parent 1bd548d commit efe01b8

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/auth-ff-merge.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ jobs:
1818
pull-requests: write
1919
issues: write
2020
steps:
21-
- name: Checkout repository
22-
uses: actions/checkout@v4
23-
with:
24-
fetch-depth: 0
25-
# For PR events: checks out the PR merge commit
26-
# For comment events: fetches PR head using the PR number
27-
ref: ${{ github.event.pull_request.head.sha || format('refs/pull/{0}/head', github.event.issue.number) }}
2821
- name: Polymesh Action - Auth and Fast-Forward
29-
uses: PolymeshAssociation/polymesh-action-public@v1.1.4
22+
uses: PolymeshAssociation/polymesh-action-public@v2.0.1
3023
with:
3124
allowed-signers: ${{ vars.MIDDLEWARE_ALLOWED_SIGNERS }}
3225
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)