From 4d39ae936f7d078685ea8d4ea4b970595d4bed31 Mon Sep 17 00:00:00 2001 From: aalu1418 <50029043+aalu1418@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:47:33 -0700 Subject: [PATCH] testing commit signing --- .github/workflows/dependency-updates.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index d103dddce..f1ee300f3 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -44,6 +44,10 @@ jobs: branch: "bump/solana-${{ steps.solImage.outputs.image }}-test" # TODO: remove suffix env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: "Pull branch from ghcommit push" + if: '!steps.check.outputs.skip' + run: | + git pull - name: Create pull request if: '!steps.check.outputs.skip' uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0