Skip to content

Commit

Permalink
fix: include commit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Sep 20, 2024
1 parent a350bd4 commit 570911c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
echo "::error ::The gallery is out of date, run yarn update-gallery-config"
echo "The following items are out of date."
git status --porcelain
exit 0
exit 1
else
echo "Gallery is up-to-date"
exit 0
fi
- name: Create pull request
if: failure()
run: echo "Yep"
run: echo ${{ steps.up_to_date.outcome }}
# if: steps.up_to_date.outcome == 'failure'
# id: create-pr
# uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 570911c

Please sign in to comment.