....
convert-to-yml / develop-branch (push) Successful in 39s
Details
convert-to-yml / develop-branch (push) Successful in 39s
Details
This commit is contained in:
parent
8230f0230d
commit
6d62ba48e9
|
@ -10,7 +10,8 @@ jobs:
|
|||
steps:
|
||||
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
with: ${{ secrets.BOT_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
|
|
@ -9,7 +9,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
with: ${{ secrets.BOT_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: ls
|
||||
run: ls
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
|
@ -2,13 +2,16 @@ name: convert-to-yml
|
|||
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'format-**'
|
||||
jobs:
|
||||
develop-branch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
with: ${{ secrets.BOT_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
|
|
@ -11,7 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
with: ${{ secrets.BOT_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: on-merge
|
||||
run: |
|
||||
echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }}
|
||||
|
|
Loading…
Reference in New Issue