Skip to content

Commit

Permalink
refactor: Make the git pull less error prone. part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 19, 2023
1 parent 2f22c63 commit a37e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- shell: bash
run: git pull -C shot-benchmarker || git clone https://github.com/maxemiliang/shot-benchmarker.git
run: git -C shot-benchmarker pull || git clone https://github.com/maxemiliang/shot-benchmarker.git

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a37e4a2

Please sign in to comment.