Skip to content

Commit c5ec3cd

Browse files
committed
try again with EOL
1 parent a5fec0a commit c5ec3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-rdev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- name: echo the tags to github output
6060
run: |
6161
{
62-
echo 'IMAGE_SHA<<EOL'
62+
echo 'IMAGE_SHA<<EOF'
6363
${{ steps.build_outputs.outputs.tags }}
64-
echo EOL
64+
echo EOF
6565
} >> "$GITHUB_ENV"
6666
- name: print the tag
6767
shell: bash

0 commit comments

Comments
 (0)