Skip to content

Commit

Permalink
Use workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lalet authored Apr 27, 2023
1 parent 003bd61 commit 4a809e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-merge-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
image: ghcr.io/xpring-eng/ripplex-builder:0.1.42
steps:
- name: Set safe dir
run: git config --system --add safe.directory /__w/testnet-faucet/testnet-faucet
run: git config --system --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout release branch
uses: actions/checkout@v3
Expand Down Expand Up @@ -218,4 +218,4 @@ jobs:
run: |
cd "${{ steps.project_dir.outputs.project_dir }}/base_repo"
git fetch --tags
./build.sh release helm
./build.sh release helm

0 comments on commit 4a809e3

Please sign in to comment.