Compare commits

..

No commits in common. "cb6789364d5e199fb7fa94b01dee9ea15968251e" and "84a1adee5b9b89cc28f27229195a8d29ce54b340" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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"