Nurlan Zhussupov
Results
1
comments of
Nurlan Zhussupov
I was able to overcome this problem by just encoding the value, e.g. ```shell # job1 echo "string_enc=$(echo $STRING | base64 -w 0)" >> $GITHUB_OUTPUT # job2 echo ${{ needs.job1.outputs.string_enc...