Skip to content

chore(deps): update dependency int128/ghcp to v1.13.5 (#65) #26

chore(deps): update dependency int128/ghcp to v1.13.5 (#65)

chore(deps): update dependency int128/ghcp to v1.13.5 (#65) #26

Workflow file for this run

name: pull request
on:
push:
branches:
- main
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
permissions:
contents: write
env:
BRANCH: latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/build
with:
branch: ${{env.BRANCH}}
- run: |
git commit -m "chore: build main
base revision: ${BASE_REVISION}"
- run: git push origin "$BRANCH" --force
env:
GITHUB_TOKEN: ${{github.token}}