parent
ca23bf3349
commit
e9a0e10e45
@ -5,8 +5,9 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code ${{ gitea.repository }}
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
uses: actions/checkout@v0.1
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Use gitea Node.js
|
- name: Use gitea Node.js
|
||||||
uses: https://gitea.com/actions/setup-node@v4
|
uses: https://gitea.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user