123
All checks were successful
Node.js CI / build (push) Successful in 3s

This commit is contained in:
洪剑峰 2024-08-13 19:07:08 +08:00
parent b4885e42c2
commit 0f48763a78

View File

@ -4,4 +4,5 @@ on: [push]
jobs:
build:
steps:
- run: echo "${{ gitee.sha }}"
- run: echo "${{ gitea.sha }}"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."