Skip to content

Commit

Permalink
Fix yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yortw authored Mar 23, 2021
1 parent ecfc792 commit 6a6c583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

steps:
- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV
- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV
- uses: actions/checkout@v2
- name: Setup .NET Core 2.1.3 for Coverage Tool
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 6a6c583

Please sign in to comment.