Skip to content

Commit

Permalink
Seperate step for checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Dec 7, 2023
1 parent 467a429 commit 7fdb6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
needs: buf-lint
if: github.ref == 'refs/heads/draft'
steps:
- uses: actions/checkout@v4
# Generate diagrams
- name: Generate Diagrams
uses: actions/checkout@v4
run: |
wget https://github.com/seamia/protodot/raw/master/binaries/protodot-linux-amd64
chmod +x protodot-linux-amd64
Expand Down

0 comments on commit 7fdb6f2

Please sign in to comment.