Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi-saito committed Feb 7, 2024
1 parent 2dcbdad commit d6a7ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: workaround for detached HEAD
if: ${{ github.event_name == 'pull_request' }}
run: |
git checkout ${GITHUB_HEAD_REF#refs/heads/} || git checkout -b ${GITHUB_HEAD_REF#refs/heads/} && git pull
git checkout ${GITHUB_HEAD_REF#refs/heads/} || git checkout -b ${GITHUB_HEAD_REF#refs/heads/} && git pull origin ${GITHUB_REF#refs/heads/}
- name: create the current snapshot
run: |
./gradlew recordRoborazziDebug --stacktrace
Expand Down

0 comments on commit d6a7ff5

Please sign in to comment.