Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhansa-msft committed Jun 25, 2024
1 parent f550427 commit 27c9d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: "Export environment variable"
run: |
echo "export AZURE_STORAGE_ACCOUNT_CONTAINER: ${{ secrets.BLOB_STORAGE_CONTAINER }}" >> $GITHUB_ENV
echo "export AZURE_STORAGE_ACCOUNT_CONTAINER=${{ secrets.BLOB_STORAGE_CONTAINER }}" >> $GITHUB_ENV
if [ "${{ matrix.TestType }}" == "premium" ]; then
echo "export AZURE_STORAGE_ACCOUNT=${{ secrets.BLOB_STORAGE_ACCOUNT }}" >> $GITHUB_ENV
echo "export AZURE_STORAGE_ACCESS_KEY=${{ secrets.BLOB_STORAGE_KEY }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 27c9d22

Please sign in to comment.