Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Nov 27, 2023
1 parent 349ca45 commit 33fccbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate 'setup-cocoapods'
git commit --allow-empty -m "Empty-Commit"name: Validate 'setup-cocoapods'
on:
push:
branches:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v2

- name: setup-ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'

Expand Down

0 comments on commit 33fccbd

Please sign in to comment.