Skip to content

Commit

Permalink
testing commit signing
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Feb 15, 2024
1 parent cba0e41 commit 4d39ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d39ae9

Please sign in to comment.