From 4ac2661ade3143b73068cc4d9c8e4b87f7346dff Mon Sep 17 00:00:00 2001 From: Parlato Date: Wed, 23 Feb 2022 11:00:48 -0500 Subject: [PATCH] change --- .github/workflows/test-push-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-push-action.yml b/.github/workflows/test-push-action.yml index f446010..90a9bd7 100644 --- a/.github/workflows/test-push-action.yml +++ b/.github/workflows/test-push-action.yml @@ -15,7 +15,7 @@ jobs: - id: list-s3-dirs shell: bash run: | - echo "foo bar baz" > test.json + echo "whatever" > test.json - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: