From f0db01a4e24f011f279d79df8b045bf3c4193fe2 Mon Sep 17 00:00:00 2001 From: quinna-h Date: Fri, 13 Sep 2024 13:17:46 -0400 Subject: [PATCH] wip --- .github/workflows/auto-update-gemfiles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update-gemfiles.yml b/.github/workflows/auto-update-gemfiles.yml index e87a94cde6d..2213695b41d 100644 --- a/.github/workflows/auto-update-gemfiles.yml +++ b/.github/workflows/auto-update-gemfiles.yml @@ -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