Update action.yml

master v1.1
Vitaly Mikhailov 4 years ago committed by GitHub
parent bd523a4ed8
commit 026d9fe16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Setup
uses: butr/actions-common-setup@v1.1
uses: butr/actions-common-setup@v1.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
@ -21,7 +21,7 @@ runs:
- name: Run dotnet format
id: format
uses: jfversluis/dotnet-format@v1.0.5
uses: jfversluis/dotnet-format@v1.0.7
with:
repo-token: ${{ inputs.github-token }}
action: "fix"

Loading…
Cancel
Save