Skip to content

Commit

Permalink
fix: specify version on workflow call
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent 4815189 commit 9b799f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
changelog-automation:
uses: ./workflows/changelog-automation.yml
uses: ./workflows/changelog-automation.yml@main
secrets: inherit

2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
changelog-automation:
uses: ./workflows/pre-validation.yml
uses: ./workflows/pre-validation.yml@main
secrets: inherit

0 comments on commit 9b799f7

Please sign in to comment.