From 66e34633360fc1fdfca52cbc6bdce5a42d2445ca Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 6 Feb 2024 21:04:20 -0700 Subject: [PATCH] fix: bug in workflow-run.yml (#37) --- .github/workflows/workflow-run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-run.yml b/.github/workflows/workflow-run.yml index fd73f158..46fae30f 100644 --- a/.github/workflows/workflow-run.yml +++ b/.github/workflows/workflow-run.yml @@ -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 }} @@ -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 }}