Skip to content

Commit

Permalink
Merge pull request #11 from infralovers/rename-action-name
Browse files Browse the repository at this point in the history
fix(workflow): Rename action name
  • Loading branch information
mabunixda authored Apr 18, 2024
2 parents 4c2ceaf + cde3017 commit d327f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-valid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:


jobs:
changelog-automation:
pr-validation:
uses: ./.github/workflows/pr-validation.yml
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/[email protected]
- name: Validate PR title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
with:
Expand Down

0 comments on commit d327f36

Please sign in to comment.