Skip to content

Commit

Permalink
Merge pull request #52 from martinRenou/fix_bot
Browse files Browse the repository at this point in the history
Fix "update reference screenshots" bot
  • Loading branch information
CAM-Gerlach authored Feb 5, 2022
2 parents 4db4105 + 02e1874 commit e0b2309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_reference_screenshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Configure hub setting to use https
run: git config --global hub.protocol https
- name: Checkout the branch from the PR that triggered the job
run: hub pr checkout ${{ github.event.issue.number }}
env:
Expand Down

0 comments on commit e0b2309

Please sign in to comment.