Skip to content

Commit

Permalink
added gh cli to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 5, 2024
1 parent 4ea27e6 commit 039e8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/command-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
volumes:
- my_docker_volume:/volume_mount
steps:
- name: Install gh
run: apt-get update && apt-get install -yq --no-install-recommends bash ca-certificates git gh
- name: Download repo
uses: actions/checkout@v4
- run: gh pr checkout ${{ inputs.pr }}
Expand Down

0 comments on commit 039e8c1

Please sign in to comment.