Skip to content

Commit 2608ea4

Browse files
wip
1 parent eec9e77 commit 2608ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/shared/setup/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: "checks out code and sets up ruby"
44
runs:
55
using: "composite"
66
steps:
7-
- uses: actions/checkout@v3
7+
- name: Check out code
8+
uses: actions/checkout@v3
89
- name: Set up Ruby
910
uses: ruby/setup-ruby@v1
1011
with:

0 commit comments

Comments
 (0)