Skip to content

Commit a323c00

Browse files
committed
update
Signed-off-by: appleboy <[email protected]>
1 parent 4af07bd commit a323c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,8 @@ jobs:
514514

515515
- name: Set Environment Variables
516516
run: |
517-
printf "PASS=%q\n" "3HUS$?8kLu)}" >> $GITHUB_ENV
517+
PASS='3HUS$?8kLu)}'
518+
printf "PASS=${PASS}" >> $GITHUB_ENV
518519
519520
- name: Show Environment Variables
520521
run: |

0 commit comments

Comments
 (0)