Skip to content

Commit

Permalink
checkout cloud functional test PRs in a detached state
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Apr 15, 2024
1 parent 4ada894 commit 0fc2b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cloud-image-building/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
if: github.event_name != 'pull_request'
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
run: gh pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }} --detach
shell: bash

- name: Install Go
Expand Down

0 comments on commit 0fc2b64

Please sign in to comment.