Skip to content

Commit

Permalink
Set shell
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Feb 13, 2025
1 parent ccfecca commit caeb633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jboll-test-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@

- name: 'set branch client id'
if: github.event_name != 'workflow_dispatch'
shell: bash
run: |
echo "AZURE_CLIENT_ID=${{ secrets.AZURE_CLIENT_ID }}" >> "$GITHUB_ENV"
- name: 'set workflow client id'
if: github.event_name == 'workflow_dispatch'
shell: bash
run: |
echo "AZURE_CLIENT_ID=${{ secrets.JBOLL_AZURE_CLIENT_ID }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit caeb633

Please sign in to comment.