From 725d3b6837e8d051c4e6f7bfa59f66dda42fd423 Mon Sep 17 00:00:00 2001 From: quinna-h Date: Fri, 13 Sep 2024 15:10:13 -0400 Subject: [PATCH] wip --- .github/workflows/auto-update-gemfiles.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update-gemfiles.yml b/.github/workflows/auto-update-gemfiles.yml index 20f01c989c1..0dc5ae4917e 100644 --- a/.github/workflows/auto-update-gemfiles.yml +++ b/.github/workflows/auto-update-gemfiles.yml @@ -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 @@ -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