Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 18, 2024
1 parent 42a7b0e commit f6a638d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run : ls -al

- name: Output Ruby version
run: ruby -v

Expand Down Expand Up @@ -154,8 +152,16 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{secrets.GITHUB_TOKEN}}
branch: test-update-gemfiles
commit-message: "Test Gemfiles update"
branch: update-latest-gemfiles
commit-message: "update gemfiles"
delete-branch: true
base: master
title: 'Test Update Gemfiles'
title: 'Update Latest Gemfiles'
body: |
**What does this PR do?**
Update gemfiles for latest gem versions
**Motivation:**
**Additional Notes:**
Auto-generated PR

0 comments on commit f6a638d

Please sign in to comment.