Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit afa9384

Browse files
committed
Add ref to checkout action
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
1 parent 2be6d0b commit afa9384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-weekly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout code into the Go module directory
3939
uses: actions/checkout@v2
4040
with:
41-
${{ github.event.inputs.branch }}
41+
ref: ${{ github.event.inputs.branch }}
4242

4343
- name: Golang cache
4444
uses: actions/cache@v1

0 commit comments

Comments
 (0)