mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-07 15:51:04 +08:00
https://github.com/chatopera/cskefu/issues/688 fix yaml syntax error
This commit is contained in:
parent
d8711026a7
commit
ebd24c2ddb
10
.github/workflows/pr_checks_package.yml
vendored
10
.github/workflows/pr_checks_package.yml
vendored
@ -1,18 +1,16 @@
|
||||
name: CSKeFu PR CC Build Check
|
||||
name: PR Checks Package
|
||||
on:
|
||||
pull_request:
|
||||
branches: [osc]
|
||||
types: [opened, synchronize, closed]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build:
|
||||
runs-on: [self-hosted, linux, cskefu]
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
— run: |
|
||||
— run: |
|
||||
cd $GITHUB_WORKSPACE && pwd
|
||||
echo `git log --pretty=format:"%h:%an:%ar: %s <br>" HEAD~5..HEAD`
|
||||
$GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user