Skip to content

Commit

Permalink
chore(ci-wait-for-all): Set head and base sha for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Oct 20, 2022
1 parent 44e99a6 commit 55ec13e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wait_for_required_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- 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: actions/github-script@v6
env:
FILES: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down

0 comments on commit 55ec13e

Please sign in to comment.