Skip to content

Commit

Permalink
Merge pull request #20 from microsoft/users/ryanb58/artifacts-pipeline
Browse files Browse the repository at this point in the history
Fix shell used by action
  • Loading branch information
Ryanb58 committed Jul 5, 2023
2 parents 0f1b01d + 1e52d06 commit 945dbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-export-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
$datetime = $(Get-Date -Format "yyyy-MM-ddTHH:mm:ss")
echo "::set-output name=datetime::$datetime"
shell: pwshs
shell: pwsh

- name: Setup .NET Core environment
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 945dbcd

Please sign in to comment.