Skip to content

Commit

Permalink
Use ruby-gem workflow from main
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 21, 2024
1 parent b2bf3e2 commit 2526ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audiences-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install non-ruby dependencies
run: sudo apt-get install libpq-dev
- name: 'mysql2 adapter'
uses: powerhome/github-actions-workflows/ruby-gem@rubygem-action
uses: powerhome/github-actions-workflows/ruby-gem@main
env:
DATABASE_ADAPTER: mysql2
DATABASE_PORT: 3306
Expand All @@ -62,7 +62,7 @@ jobs:
ruby: ${{ matrix.ruby }}
gemfile: ${{ matrix.gemfile }}
- name: 'postgresql adapter'
uses: powerhome/github-actions-workflows/ruby-gem@rubygem-action
uses: powerhome/github-actions-workflows/ruby-gem@main
env:
DATABASE_ADAPTER: postgresql
DATABASE_PORT: 5432
Expand Down

0 comments on commit 2526ee3

Please sign in to comment.