Skip to content

Commit

Permalink
fix: download script from branch that triggered workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Feb 15, 2024
1 parent 6af3da6 commit a0e2ae4
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 @@ -13,7 +13,7 @@ jobs:
- name: Install Requirements
shell: bash
run: |
curl -sSL https://raw.githubusercontent.com/sixfeetup/scaf/main/install.sh | sh
curl -sSL https://raw.githubusercontent.com/sixfeetup/scaf/$GITHUB_REF_NAME/install.sh | sh
- name: Create Project with Scaf
shell: bash
Expand Down

0 comments on commit a0e2ae4

Please # to comment.