Skip to content

Commit

Permalink
double-check env
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Jun 7, 2024
1 parent ce31df1 commit 1e8d411
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/CheckWikiUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
ref: ${{ github.ref }}
- name: Create issue if wiki was updated
id: create-issue
run: |
echo ${{ env.date }}
echo ${{ env.message }}
echo ${{ env.hash }}
echo ${{ env.count }}
# if: steps.get-info.outputs.count > 0
uses: JasonEtco/create-an-issue@v2
env:
Expand All @@ -61,3 +55,8 @@ jobs:
update_existing: true
search_existing: open
- run: 'echo Created ${{ steps.create-issue.outputs.url }}'
- run: |
echo ${{ env.date }}
echo ${{ env.message }}
echo ${{ env.hash }}
echo ${{ env.count }}

0 comments on commit 1e8d411

Please sign in to comment.