Skip to content

Commit

Permalink
- Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 18, 2024
1 parent 2a9dea9 commit 715a543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_pr_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:

steps:
- name: Check presence of release notes in PR description
id: check_release_notes_presence
uses: AbsaOSS/check-release-notes-presence@feature/2-Implement-basic-logic-for-Release-notes-located-in-PR-body
uses: AbsaOSS/release-notes-presence-check@feature/2-Implement-basic-logic-for-Release-notes-located-in-PR-body
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Check format of received tag
id: check-version-tag
uses: AbsaOSS/generate-release-notes@feature/3-Implement-check-logic-without-qualifiers-support
uses: AbsaOSS/version-tag-check@feature/3-Implement-check-logic-without-qualifiers-support
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 715a543

Please sign in to comment.