Skip to content

Commit 33fccbd

Browse files
committed
fix action name
1 parent 349ca45 commit 33fccbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate 'setup-cocoapods'
1+
git commit --allow-empty -m "Empty-Commit"name: Validate 'setup-cocoapods'
22
on:
33
push:
44
branches:
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/checkout@v2
133133

134134
- name: setup-ruby
135-
uses: actions/setup-ruby@v1
135+
uses: ruby/setup-ruby@v1
136136
with:
137137
ruby-version: '2.6'
138138

0 commit comments

Comments
 (0)