Skip to content

Commit

Permalink
Workflows: use workflow id for last succesfull commit in v2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 19, 2024
1 parent c3ec1cd commit 40ce886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-v2.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: last-successful-commit
uses: tylermilner/last-successful-commit-hash-action@v1
with:
workflow-id: publish-v2.1.x.yml
workflow-id: 99826346
github-token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ steps.variables.outputs.src-branch }}

Expand Down

0 comments on commit 40ce886

Please sign in to comment.