Skip to content

Commit

Permalink
Update update_gemfilelock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf authored Nov 5, 2023
1 parent e1cae81 commit 3b76c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_gemfilelock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@latest
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@latest
with:
ruby-version: latest
ruby-version: debug

- name: Build new gemfile lock with Rake
run: |
Expand Down

0 comments on commit 3b76c96

Please sign in to comment.