Skip to content

Commit

Permalink
actions are terrible
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Mar 18, 2024
1 parent f4f67f8 commit 5311940
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 > $GITHUB_OUTPUT
run: echo TEST_ENV_VARS="$(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 5311940

Please sign in to comment.