Skip to content

Commit

Permalink
Update CheckWikiUpdates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Jul 6, 2024
1 parent 1753a88 commit 8ce1409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CheckWikiUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
echo "commitCount=$(git rev-list --count --since='24 hours ago' HEAD)" >> $GITHUB_ENV
- name: Print variables
run: |
echo "${{ env.updatedOn }}"
echo ${{ env.updatedOn }}
echo "${{ env.commitMessage }}"
echo "${{ env.hash }}"
echo "${{ env.commitCount }}"
echo ${{ env.hash }}
echo ${{ env.commitCount }}
- name: Checkout main repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8ce1409

Please sign in to comment.