Compare commits
No commits in common. "6863e1ab9f494ed04d4f736f1a2e9fef480e6a7d" and "7d311cf3d86694783d296371cab8deda1b9bf523" have entirely different histories.
6863e1ab9f
...
7d311cf3d8
|
@ -1,10 +0,0 @@
|
||||||
name: Simple Test Workflow
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
test-job:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Run a command
|
|
||||||
run: echo "Hello, Gitea Actions!"
|
|
Loading…
Reference in New Issue