Skip to content

Commit

Permalink
Rename action to build-ruby-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 21, 2024
1 parent e8df399 commit 034af7c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ruby-gem-action
name: build-ruby-gem

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: 'Test ruby gem action'
uses: ./ruby-gem
uses: ./build-ruby-gem
with:
workdir: ruby-gem/test
workdir: build-ruby-gem/test
ruby: ${{ matrix.ruby }}
2 changes: 1 addition & 1 deletion .github/workflows/ruby-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Before build
if: ${{ inputs.before_build != '' }}
run: "${{ inputs.before_build }}"
- uses: powerhome/github-actions-workflows/ruby-gem@main
- uses: powerhome/github-actions-workflows/build-ruby-gem@main
with:
workdir: ${{ inputs.workdir }}
ruby: ${{ matrix.ruby }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 034af7c

Please sign in to comment.