Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hooopo authored May 24, 2023
1 parent 7dfc00c commit 8c5b2b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ runs:
- name: Install dependencies
run: |
bundle install
shell: bash
- name: Migration
with:
Expand All @@ -51,7 +50,6 @@ runs:
run: |
bundle exec rails runner "RetryableRake.db_create"
bundle exec rails runner "RetryableRake.db_migrate"
shell: bash
- name: Sync GitHub Repo Data
with:
Expand All @@ -60,4 +58,3 @@ runs:
repo-full-name: ${{ inputs.repo-full-name }}
run: |
bundle exec rails runner "SyncGithub.run!"
shell: bash

0 comments on commit 8c5b2b1

Please sign in to comment.