Skip to content

Commit 542b424

Browse files
committed
fix(ci): Specify create-pull-request correctly
Specifying a ref with `@` is required. Signed-off-by: Erik Swanson <erik@retailnext.net>
1 parent 83ceb2e commit 542b424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
private_key: ${{ secrets.APP_PRIVATE_KEY }}
6464
- name: Create Pull Request
6565
id: create-pull-request
66-
uses: peter-evans/create-pull-request
66+
uses: peter-evans/create-pull-request@v7
6767
if: ${{ steps.update.outputs.commit-message }}
6868
with:
6969
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)