Skip to content

Commit

Permalink
Change reference to feature branch for get-changed-files-from-git-dif…
Browse files Browse the repository at this point in the history
…f action
  • Loading branch information
tteguayco committed Dec 18, 2023
1 parent fd8dcee commit 3fbd2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-this-gha-refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Get GitHub Actions Item Changes from File Changes
id: changed-items
if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group'
uses: Lombiq/GitHub-Actions/.github/actions/get-changed-gha-items@dev
uses: Lombiq/GitHub-Actions/.github/actions/get-changed-gha-items@issue/OSOE-188
with:
file-include-list: '${{ steps.git-diff.outputs.changed-files }}'

Expand Down

0 comments on commit 3fbd2f7

Please sign in to comment.