Skip to content

Commit

Permalink
Update workflow-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 7, 2024
1 parent 761edb9 commit ea2d70a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v42
with:
base_sha: ${{ github.event.workflow_run.head_branch }}
sha: ${{ steps.get-tag.outputs.previous_tag }}
base_sha: ${{ steps.get-tag.outputs.previous_tag }}
sha: ${{ github.event.workflow_run.head_branch }}

- name: Echo list of changed files on success
run: |
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v42
with:
base_sha: ${{ github.event.workflow_run.head_branch }}
sha: ${{ steps.get-tag.outputs.previous_tag }}
base_sha: ${{ steps.get-tag.outputs.previous_tag }}
sha: ${{ github.event.workflow_run.head_branch }}

- name: Echo list of changed files on failure
run: |
Expand Down

0 comments on commit ea2d70a

Please # to comment.