Skip to content

Commit

Permalink
encode one more time:
Browse files Browse the repository at this point in the history
  • Loading branch information
alhankeser committed Jul 30, 2024
1 parent 82e3bea commit c2a5b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ runs:
--required_measure ${{ steps.janitor_args.outputs.required_measure }} \
--required_set ${{ steps.janitor_args.outputs.required_set }})
encoded_output = $(echo "$output" | base64)
encoded_output=$(echo "$output" | base64)
echo "results=$encoded_output" >> $GITHUB_OUTPUT
shell: bash
Expand Down

0 comments on commit c2a5b3f

Please sign in to comment.