Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 9, 2024
1 parent 05047a5 commit 386b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
# Example command to create a tar.gz file of modified files
mkdir -p modified_gemfiles
git diff --name-only > modified_gemfiles.txt
git diff --name-only origin/master origin/${GITHUB_HEAD_REF} > modified_gemfiles.txt
while IFS= read -r file; do
if [ -f "$file" ]; then
cp --parents "$file" modified_gemfiles/
Expand Down

0 comments on commit 386b08e

Please sign in to comment.