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 37c57be commit f0db01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:

- name: Capture initial state
run: |
cd $GITHUB_WORKSPACE
echo ${{ github.workspace }}
cd ${{ github.workspace }}
git diff --name-only HEAD > before_update.txt
- name: Output Ruby version
Expand Down

0 comments on commit f0db01a

Please sign in to comment.