.gitea/workflows/build.yaml aktualisiert
This commit is contained in:
@@ -4,9 +4,9 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: synology-label
|
||||
container:
|
||||
image: node:20
|
||||
runs-on: ubuntu-latest
|
||||
#container:
|
||||
# image: node:20
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
@@ -19,6 +19,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GT_TOKEN }}
|
||||
- name: build go
|
||||
run: go build .
|
||||
- name: show golang
|
||||
run: ls -a
|
||||
|
||||
- name: Show repo contents
|
||||
run: ls -la
|
||||
|
Reference in New Issue
Block a user