Skip to content

Commit 8ce9577

Browse files
committed
actually use the ref to build programs
1 parent b4502e8 commit 8ce9577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-programs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: Git checkout
3434
uses: actions/checkout@v4
35+
with:
36+
ref: ${{ inputs.git_ref }}
3537

3638
- name: Load environment variables
3739
run: cat .github/.env >> $GITHUB_ENV

0 commit comments

Comments
 (0)