Skip to content

Commit

Permalink
ci: correct pull ref
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Sep 21, 2022
1 parent fce3fbf commit 8283484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout PR for Azure SWA action
uses: actions/checkout@v3
with:
ref: pull/${{ env.pr_number }}/merge
ref: refs/pull/${{ env.pr_number }}/merge
clean: false

- name: Add staticwebapp config
Expand Down

0 comments on commit 8283484

Please sign in to comment.