Skip to content

Commit

Permalink
Actually pass the GITHUB_USER to git
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Mar 30, 2023
1 parent 4460bda commit c82bd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
rm -f gen/sdp-go gen/sdp-js
# replace them with full checkouts
git clone https://github.com/overmindtech/sdp-go.git gen/sdp-go
git clone https://github.com/overmindtech/sdp-js.git gen/sdp-js
git clone https://${GIT_USER}@github.com/overmindtech/sdp-go.git gen/sdp-go
git clone https://${GIT_USER}@github.com/overmindtech/sdp-js.git gen/sdp-js
# remove previously generated files
rm -Rf gen/sdp-go/*.pb.go gen/sdp-go/sdpconnect/*.connect.go
Expand Down

0 comments on commit c82bd64

Please sign in to comment.