Skip to content

Update jbangdev/jbang-action action to v0.132.1 - autoclosed #267

Update jbangdev/jbang-action action to v0.132.1 - autoclosed

Update jbangdev/jbang-action action to v0.132.1 - autoclosed #267

Workflow file for this run

name: "Check"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
show-progress: 'false'
- name: jbang
uses: jbangdev/[email protected]
with:
script: CreatePRMergeCommit.java
scriptargs: --help
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}