Compare commits
No commits in common. "cb6789364d5e199fb7fa94b01dee9ea15968251e" and "84a1adee5b9b89cc28f27229195a8d29ce54b340" have entirely different histories.
cb6789364d
...
84a1adee5b
|
@ -1,8 +1,7 @@
|
||||||
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:
|
on: [push]
|
||||||
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,8 +2,6 @@
|
||||||
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