123
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
洪剑峰 2024-08-05 18:49:36 +08:00
parent ca23bf3349
commit e9a0e10e45

View File

@ -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: