Skip to content

Commit 49bdc04

Browse files
author
Petr Sramek
committed
added single quotes
1 parent 5f5d8c6 commit 49bdc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ inputs:
4747
runs:
4848
using: "composite"
4949
steps:
50-
- name: Checkout ${{ github.head_ref || github.ref }}
50+
- name: 'Checkout ${{ github.head_ref || github.ref }}'
5151
uses: actions/checkout@v4
5252

5353
- name: 'Setup .NET ${{ inputs.dotnet_sdk_version }}'

0 commit comments

Comments
 (0)