Skip to content

feat: add job trigger and get log ouput (#771) #33

feat: add job trigger and get log ouput (#771)

feat: add job trigger and get log ouput (#771) #33

Workflow file for this run

name: generator
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4
- name: Update readme
uses: linuxsuren/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_SECRETS }}
with:
pattern: ''
username: linuxsuren
org: jenkins-zh
repo: jenkins-cli