From 176440ebf9c20ae9f3aebd10bee231dc423957ed Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 23 Feb 2022 13:51:59 -0800 Subject: [PATCH] fix: bare git push for post-dependabot action (#56) --- .github/workflows/post-dependabot.yml | 2 +- lib/content/post-dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 11a5dacf..aa9e8d78 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -28,4 +28,4 @@ jobs: npm install git add . git commit -am "chore: postinstall for dependabot template-oss PR" - git push origin ${{github.ref_name}} + git push diff --git a/lib/content/post-dependabot.yml b/lib/content/post-dependabot.yml index 11a5dacf..aa9e8d78 100644 --- a/lib/content/post-dependabot.yml +++ b/lib/content/post-dependabot.yml @@ -28,4 +28,4 @@ jobs: npm install git add . git commit -am "chore: postinstall for dependabot template-oss PR" - git push origin ${{github.ref_name}} + git push