Compare commits
13 Commits
2bceb4f592
...
aade646aaf
| Author | SHA1 | Date | |
|---|---|---|---|
| aade646aaf | |||
| b79c99304d | |||
| 65ce8e6b91 | |||
| a8cb5e58d7 | |||
| 1f04bfb35e | |||
| 91e69b4d03 | |||
| b15e23e97a | |||
| d46f2919e5 | |||
| 094cd8a010 | |||
| 37d96d880e | |||
| 10e18b74e4 | |||
| 00d4686f74 | |||
| dbaf82d0e1 |
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
@ -5,17 +5,26 @@ on: [push]
|
|||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Example-Job:
|
# Example-Job:
|
||||||
runs-on: gitea-main
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
|
# - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
|
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
# - name: Check out repository code
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
# - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
# - name: List files in the repository
|
||||||
|
# run: |
|
||||||
|
# ls ${{ gitea.workspace }}
|
||||||
|
# - run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
lfs-clone-public:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: pwd && ls -R
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: git init
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: git remote add origin https://git.shockrah.xyz/shockrah/test.git
|
||||||
- name: Check out repository code
|
- run: git pull origin main
|
||||||
uses: actions/checkout@v4
|
- run: git lfs pull
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: pwd && ls -Ral
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user