Skip to content

Commit

Permalink
fix: export SCAF_SCRIPT_BRANCH to make it avaiable in subshells
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Feb 15, 2024
1 parent b5991fb commit 0b7889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
INSTALL_URL="https://raw.githubusercontent.com/sixfeetup/scaf/$GITHUB_REF_NAME/install.sh"
SCAF_SCRIPT_BRANCH=$GITHUB_REF_NAME
export SCAF_SCRIPT_BRANCH=$GITHUB_REF_NAME
echo "Downloading install script from $INSTALL_URL"
curl -sSL $INSTALL_URL | sh
Expand Down

0 comments on commit 0b7889c

Please # to comment.