Skip to content

Commit

Permalink
Create issue only when the files have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 29, 2023
1 parent 73d877f commit 2b1dbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_range_message.yml
Expand Up @@ -59,6 +59,7 @@ jobs:
echo "CHANGES_PUSHED=1" >> $GITHUB_ENV
- uses: JasonEtco/create-an-issue@v2
id: create-issue
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
env:
GITHUB_TOKEN: ${{ secrets.ISSUES_GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 2b1dbe1

Please sign in to comment.