Skip to content

Commit 26c1b3f

Browse files
authored
Unquote GitHub Action name to test auto-updating comments
1 parent 8d0c666 commit 26c1b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: "Checkout repository"
16-
uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" # v3.6.0
16+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1717
with:
1818
# `towncrier check` runs `git diff --name-only origin/main...`, which
1919
# needs a non-shallow clone.

0 commit comments

Comments
 (0)