Skip to content

Commit

Permalink
fix: fix error in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulshih-canva committed Apr 9, 2024
1 parent 2190c89 commit 0832b7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Install GitHub CLI
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0832b7f

Please sign in to comment.