Compare commits
2 Commits
84a1adee5b
...
cb6789364d
Author | SHA1 | Date |
---|---|---|
raul | cb6789364d | |
raul | 1046ede22e |
|
@ -1,7 +1,8 @@
|
||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
2
main.go
2
main.go
|
@ -2,6 +2,8 @@
|
||||||
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
|
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
|
||||||
// I forgot to actually enable actions on the repo
|
// I forgot to actually enable actions on the repo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This is a new change for triggering CI/CD!
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "actions-test/cmd"
|
import "actions-test/cmd"
|
||||||
|
|
Loading…
Reference in New Issue