Skip to content

Commit

Permalink
chore(ci-wait-for-all): Use jitterbit/get-changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Oct 20, 2022
1 parent 56e7018 commit 062305a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/wait_for_required_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v32
with:
base_sha: ${{ github.event.pull_request.base.sha }}
sha: ${{ github.event.pull_request.head.sha }}
uses: jitterbit/get-changed-files@v1
- uses: actions/github-script@v6
env:
FILES: ${{ steps.changed-files.outputs.all_changed_files }}
FILES: ${{ steps.changed-files.outputs.all }}
with:
script: |
const files = process.env.FILES.split(' ')
Expand Down

0 comments on commit 062305a

Please sign in to comment.