Skip to content

Commit 99f12b8

Browse files
authored
Merge pull request #9301 from vmware-tanzu/fix_action_isse
Fix the push action invalid variable ref issue.
2 parents f8938e7 + cabb045 commit 99f12b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
get-go-version:
1313
uses: ./.github/workflows/get-go-version.yaml
1414
with:
15-
ref: ${ github.ref }
15+
ref: ${{ github.ref }}
1616

1717
build:
1818
name: Build

0 commit comments

Comments
 (0)