Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 13, 2024
1 parent 76ccb8f commit 725d3b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
with:
fetch-depth: 0 # Fetch all history to access all branches

- name: Test git command
run: git status

- name: Output Ruby version
run: ruby -v

Expand All @@ -64,9 +67,6 @@ jobs:
bundle install
bundle exec rake edge:update
- name: Test git command
run: git status

- name: Capture modified gemfiles
run: |
git status --porcelain | grep '^ M gemfiles/' | awk '{print $2}' > modified_files.txt
Expand Down

0 comments on commit 725d3b6

Please sign in to comment.