Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 15, 2023
1 parent d76726f commit 3fbca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get Dockerfiles
id: dockerfiles
run: |
git fetch origin ${{ inputs.diff_branch }}
git fetch origin ${{ github.event.repository.default_branch }}
git diff --name-only origin/main
# Get all Dockerfiles that have changed
Expand Down

0 comments on commit 3fbca18

Please sign in to comment.