From dab4a86abdd2198b316288f95f5d1e1afc78a778 Mon Sep 17 00:00:00 2001 From: Parlato Date: Tue, 22 Feb 2022 15:40:27 -0500 Subject: [PATCH] github action no fail --- .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 6fb632d..89e06f6 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" > test.json + echo "hello world !" > test.json - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: