We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5d8c6 commit 49bdc04Copy full SHA for 49bdc04
.github/actions/build/action.yml
@@ -47,7 +47,7 @@ inputs:
47
runs:
48
using: "composite"
49
steps:
50
- - name: Checkout ${{ github.head_ref || github.ref }}
+ - name: 'Checkout ${{ github.head_ref || github.ref }}'
51
uses: actions/checkout@v4
52
53
- name: 'Setup .NET ${{ inputs.dotnet_sdk_version }}'
0 commit comments