We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ca732 commit 0339bc0Copy full SHA for 0339bc0
.github/workflows/nightly.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: git checkout
41
uses: actions/checkout@v4
42
with:
43
- ref: ${{ branch }}
+ ref: ${{ inputs.branch }}
44
- name: emerge
45
uses: ./.github/actions/emerge
46
- name: System info
0 commit comments