diff --git a/.github/workflows/outer.yml b/.github/workflows/outer.yml index 9c930cb..4436688 100644 --- a/.github/workflows/outer.yml +++ b/.github/workflows/outer.yml @@ -32,7 +32,7 @@ jobs: echo "::set-output name=commit-description::$commit_description" - name: Run nested workflow - uses: inner.yml + uses: .github/workflows/inner.yml with: commit-hash: ${{ steps.commit-details.outputs.commit-hash }} commit-author: ${{ steps.commit-details.outputs.commit-author }}