Skip to content

Test release branch

Test release branch #1

Workflow file for this run

name: Test release branch
on:
workflow_dispatch:
jobs:
test-release-branch:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: test PR for aqua
run: gh pr create --head "test/release-check-aqua" --base "release/v0.58" --title "title" --body "desciprion" --repo "DmitriyLewen/trivy"