Skip to content

Commit c1fd870

Browse files
committed
Remove $
1 parent de59898 commit c1fd870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-jib-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Clean extra params
7474
id: extra-params
7575
run: |
76-
$EXTRA_PARAMS=$(printf "%s" "${{ secrets.jib-extra-params }}")
76+
EXTRA_PARAMS=$(printf "%s" "${{ secrets.jib-extra-params }}")
7777
echo "extra-params=$EXTRA_PARAMS" >> "$GITHUB_OUTPUT"
7878
7979
- name: Setup Gradle

0 commit comments

Comments
 (0)