Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 11, 2023
1 parent f36165d commit 1e9eb03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- name: Create the comment body
run: |
set -eux
env
git clone https://github.com/mongodb/mongo-go-driver
git remote add source https://github.com/$GITHUB_ACTOR/mongo-go-driver
cd mongo-go-driver
git remote add source https://github.com/$GITHUB_ACTOR/mongo-go-driver
git fetch origin $GITHUB_BASE_REF
git fetch source $GITHUB_HEAD_REF
git checkout $GITHUB_HEAD_REF
Expand Down

0 comments on commit 1e9eb03

Please sign in to comment.