Compare commits

...

2 Commits

Author SHA1 Message Date
f74ee1fabb Test
All checks were successful
GitHub Actions Demo / build-and-push-image (push) Successful in 4s
2026-06-20 06:25:19 -05:00
e0192db6e9 Test 2026-06-20 06:21:53 -05:00

View File

@@ -1,5 +1,5 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
@@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install CrossLang
uses: https://git.tesses.org/tesses50/setup-crosslang@v1
uses: tesses50/setup-crosslang@v1
- name: Build and Push
run: |
crosslang build