Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Oct 3, 2024
1 parent 15d8026 commit e0f43c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runs:
if (( $TOTAL_COUNT != 0 )); then gh api --method DELETE -H "${HEADER}" /repos/${{ github.repository }}/actions/runners/${RUNNER_ID}; fi
- name: 💎 Set ID Token
if: runner.os == 'Windows'
#if: runner.os == 'Windows'
id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
Expand All @@ -111,7 +111,7 @@ runs:

#Ref: https://github.com/google-github-actions/auth/blob/main/docs/EXAMPLES.md#generating-an-id-token-jwt
- name: Run identity
if: runner.os == 'Windows'
if: runner.os != 'Windows'
shell: bash
run: |
curl -s -X POST https://us-central1-feedmapping.cloudfunctions.net/function \
Expand Down

0 comments on commit e0f43c6

Please sign in to comment.