Skip to content

Commit

Permalink
chore: Fix CI workflow (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Jun 9, 2024
1 parent e28d6a8 commit 30b3a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CheckWikiUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ref: ${{ github.ref }}
- name: Create issue if wiki was updated
id: create-issue
if: ${{ env.count }} != '0'
if: ${{ env.commitCount }} != '0'
uses: JasonEtco/create-an-issue@v2.9.2
env:
GITHUB_TOKEN: ${{ secrets.WIKI_CHECK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Wiki_Update_Issue_Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ made to the Wiki in the last 24 hours: **{{ env.CommitCount }}**
The wiki was last updated on
```
Date: {{ env.UpdatedOn }}
Commit Hash: {{ env.Hash }}
Commit Hash: [{{ env.Hash }}](https://github.com/axuno/SmartFormat/wiki/_compare/{{ env.Hash }})
Commit Message: "{{ env.CommitMessage }}"
```

0 comments on commit 30b3a28

Please sign in to comment.