Skip to content

Commit

Permalink
fix: generate previews from forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolou86 committed Feb 4, 2024
1 parent 91fad6b commit 7cb733b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
# Commit changes
git commit -m "$commit_message"
git remote -v
git branch
git branch -a
# Check if commit was successful
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 7cb733b

Please sign in to comment.