Compare commits
No commits in common. "7458098a85f8bdbc37cb1e53a0e0248808542fdc" and "f12534d528832a5d03bfc593c45c6d6464e3e516" have entirely different histories.
7458098a85
...
f12534d528
2 changed files with 5 additions and 5 deletions
|
@ -6,10 +6,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.event.issue.title == 'release'
|
if: github.event.issue.title == 'release'
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
||||||
./tea comment ${{ github.event.issue.number }} "Start creating release"
|
./tea comment ${{ github.event.issue.number }} "Start creating release"
|
||||||
|
|
||||||
- name: setup node
|
- name: setup node
|
||||||
uses: https://github.com/actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
- name: setup tea cli
|
- name: setup tea cli
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue