Skip to content

Commit

Permalink
Update pr-18.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 21, 2024
1 parent c418f4d commit 143bddb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
uses: actions/checkout@v3

- name: Install GitHub CLI
run: sudo apt update && \
sudo apt install gh -y
run: |
sudo apt update
sudo apt install gh -y
- name: Authenticate GitHub CLI
env:
Expand Down

0 comments on commit 143bddb

Please sign in to comment.