From 4fc4ad8fd7087a7cedb37f3b14d74a663a43e088 Mon Sep 17 00:00:00 2001 From: Parlato Date: Tue, 22 Feb 2022 11:37:38 -0500 Subject: [PATCH] base input for on release --- .github/workflows/test-push-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-push-action.yml b/.github/workflows/test-push-action.yml index 8d06201..c200f36 100644 --- a/.github/workflows/test-push-action.yml +++ b/.github/workflows/test-push-action.yml @@ -18,6 +18,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: + base: main add-paths: | test.json commit-message: 'Update test.json'