Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 2, 2024
1 parent 4af07bd commit a323c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ jobs:

- name: Set Environment Variables
run: |
printf "PASS=%q\n" "3HUS$?8kLu)}" >> $GITHUB_ENV
PASS='3HUS$?8kLu)}'
printf "PASS=${PASS}" >> $GITHUB_ENV
- name: Show Environment Variables
run: |
Expand Down

0 comments on commit a323c00

Please sign in to comment.