Skip to content

Commit 0339bc0

Browse files
committed
Commit typo in checkout ref
1 parent 53ca732 commit 0339bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: git checkout
4141
uses: actions/checkout@v4
4242
with:
43-
ref: ${{ branch }}
43+
ref: ${{ inputs.branch }}
4444
- name: emerge
4545
uses: ./.github/actions/emerge
4646
- name: System info

0 commit comments

Comments
 (0)