Add tiny change for testing
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Details
This commit is contained in:
parent
1046ede22e
commit
cb6789364d
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