Skip to content

Commit

Permalink
Check PR against solution branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Dec 6, 2024
1 parent 1353aa2 commit 19f5657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-against-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
path: src

- name: Get PR diff
run: wget ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/pull/${{ inputs.pr_num }}.diff
run: wget ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/pull/${{ inputs.pr_num }}.diff

- name: Apply change
working-directory: src
Expand Down

0 comments on commit 19f5657

Please sign in to comment.