Skip to content

Commit

Permalink
Update create-pull-request GitHub action used in storyblok / google s…
Browse files Browse the repository at this point in the history
…heets action to use v6.0.1 which fixes a recently occurring issue caused by a GitHub change
  • Loading branch information
asibs committed Mar 2, 2024
1 parent c015835 commit 723076c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storyblok-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit Changes and Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6.0.1
with:
# Note: Need to use a Personal Access Token here, NOT the standard
# secrets.GITHUB_TOKEN - if we use the standard Github Actions GITHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-googlesheet-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
# Add the updates to git
git add data/constituency.json
- name: Commit Changes and Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6.0.1
with:
# Note: Need to use a Personal Access Token here, NOT the standard
# secrets.GITHUB_TOKEN - if we use the standard Github Actions GITHUB_TOKEN
Expand Down

0 comments on commit 723076c

Please sign in to comment.