Skip to content

Commit

Permalink
use proper format
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Mar 11, 2024
1 parent e38becc commit 286539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-downstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
function clone_repo() {
export OUTPUT_PATH=$GOPATH/src/github.com/$UPSTREAM_OWNER/$GH_REPO
echo $OUTPUT_PATH >> $GITHUB_ENV
echo "$OUTPUT_PATH" >> $GITHUB_ENV
GITHUB_PATH=https://x-access-token:[email protected]/$UPSTREAM_OWNER/$GH_REPO
mkdir -p "$(dirname $OUTPUT_PATH)"
git clone $GITHUB_PATH $OUTPUT_PATH --branch $BASE_BRANCH
Expand Down

0 comments on commit 286539e

Please sign in to comment.