Skip to content

Commit

Permalink
fix: bug in workflow-run.yml (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 7, 2024
1 parent b79f67d commit 66e3463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: ./
uses: tj-actions/changed-files@v42
with:
base_sha: ${{ github.event.workflow_run.head_branch }}
sha: ${{ steps.branch-name.outputs.tag }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: ./
uses: tj-actions/changed-files@v42
with:
base_sha: ${{ github.event.workflow_run.head_branch }}
sha: ${{ steps.branch-name.outputs.tag }}
Expand Down

0 comments on commit 66e3463

Please # to comment.