Skip to content

adding logging to the head pull #60

adding logging to the head pull

adding logging to the head pull #60

Workflow file for this run

name: simver
permissions: { id-token: write, contents: write, pull-requests: read }
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
simver:
runs-on: ubuntu-latest
steps:
- uses: walteh/simver/cmd/gha-simver@a9f89e2fb17b03b3150c2aed050a68bc85280f02
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}