Skip to content

Commit

Permalink
unable to process file command... again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Mar 18, 2024
1 parent b9055e0 commit f4f67f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Encode AZURE_* secrets
id: encode
run: echo -e "EITR_ID='${{ secrets.EITR_ID }}'\nEITR_SECRET='${{ secrets.EITR_SECRET }}'" | base64 -w0 | base64 -w0 >> $GITHUB_OUTPUT
run: echo -e "EITR_ID='${{ secrets.EITR_ID }}'\nEITR_SECRET='${{ secrets.EITR_SECRET }}'" | base64 -w0 > $GITHUB_OUTPUT

call_central_workflow:
name: CI
Expand Down

0 comments on commit f4f67f8

Please sign in to comment.