Skip to content

Commit

Permalink
fix: checkout the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jun 14, 2024
1 parent 88bd281 commit 115d92f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v3

- name: Install and start the ssh agent
run: |
which ssh-agent || ( apt-get install -qq openssh-client )
Expand Down

0 comments on commit 115d92f

Please sign in to comment.