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