Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargo authored Jan 9, 2024
1 parent a55f8ac commit ca61bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- id: set_var
run: |
content=`cat ${GITHUB_WORKSPACE}`
content=`cat ${GITHUB_WORKSPACE}/Debug`
# the following lines are only required for multi line json
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"
Expand Down

0 comments on commit ca61bac

Please sign in to comment.