Skip to content

Commit 93693c7

Browse files
author
Jaymala
authored
Fix workflow file syntax (#82)
Signed-off-by: Jaymala Sinha <[email protected]>
1 parent f8299e2 commit 93693c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
# Use bob to download artifacts from Artifactory
5555
- name: Download artifacts
5656
env:
57-
BOB_ARTIFACTORY_TOKEN: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
58-
BOB_ARTIFACTORY_USER: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
57+
BOB_ARTIFACTORY_TOKEN: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
58+
BOB_ARTIFACTORY_USER: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
5959
run: |
6060
bob download artifactory \
6161
-channel ${{ env.CHANNEL }} \

.github/workflows/update_homebrew_formula.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# Use bob to download SHA256SUMS file from Artifactory
6666
- name: Download artifacts
6767
env:
68-
BOB_ARTIFACTORY_TOKEN: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
69-
BOB_ARTIFACTORY_USER: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
68+
BOB_ARTIFACTORY_TOKEN: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
69+
BOB_ARTIFACTORY_USER: ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
7070
run: |
7171
bob download artifactory \
7272
-channel ${{ inputs.channel }} \

0 commit comments

Comments
 (0)