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 85bcc9c commit ac291d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ 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 ac291d3

Please sign in to comment.