4 Commits

Author SHA1 Message Date
TwoTau b3ec9a79ec Add CI workflow fixture 2026-07-23 14:49:46 -07:00
TwoTau d77627b31d Merge pull request #3 from Git-mock-data/fixture/feature-branch
Merged fixture PR
2026-07-23 14:49:41 -07:00
TwoTau 62b0f377bf Add FIXTURE.md for merged-PR fixture 2026-07-23 14:49:37 -07:00
mrsdizzie f32b0a9dfd Update README.md (#3)
add warning
2019-11-12 23:39:27 +02:00
3 changed files with 11 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
name: ci
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "M0 fixture workflow run"
+1
View File
@@ -0,0 +1 @@
fixture change for the M0 merged PR
+2
View File
@@ -1,2 +1,4 @@
# test_repo # test_repo
Test repository for testing migration from github to gitea Test repository for testing migration from github to gitea
Do not make any changes to this repo it is used for unit testing