Skip to content

testing workflow for bumping solana image #1

testing workflow for bumping solana image

testing workflow for bumping solana image #1

name: DependencyBot
on:
workflow_dispatch:
push:
jobs:
E2E-Solana-Image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # checkout branch that it is called from
# - name: check for needed updates
# run: make upgrade-e2e-solana-image
- name: Create pull request
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
with:
title: "[automated] bump solana dependencies"
branch: bump/dependencies
branch-suffix: timestamp
reviewers: aalu1418
commit-message: "[automated] bump solana dependencies"