Skip to content

Commit

Permalink
Use a maintained action for "changed files"
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 15, 2023
1 parent fced45f commit d0f7ae9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/woke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v2

- uses: jitterbit/get-changed-files@v1
id: files

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40

- name: 'woke'
uses: get-woke/woke-action@v0
Expand All @@ -19,4 +20,4 @@ jobs:
fail-on-error: true
# See https://github.com/marketplace/actions/get-all-changed-files
# for more options
woke-args: ${{ steps.files.outputs.added_modified }}
woke-args: ${{ steps.changed_files.outputs.all_changed_files }}

0 comments on commit d0f7ae9

Please sign in to comment.