Compare commits

...

13 Commits

Author SHA1 Message Date
aade646aaf lfs tracking images
All checks were successful
Sample job / lfs-clone-public (push) Successful in 3s
2024-09-29 14:12:09 -07:00
b79c99304d remote name 2024-09-29 14:09:31 -07:00
65ce8e6b91 remote name 2024-09-29 14:09:11 -07:00
a8cb5e58d7 asdf 2024-09-29 14:07:08 -07:00
1f04bfb35e simpler 2024-09-29 14:05:31 -07:00
91e69b4d03 preflight 2024-09-29 13:59:12 -07:00
b15e23e97a Check pwd 2024-09-29 13:58:17 -07:00
d46f2919e5 fix depth 2024-09-29 13:57:27 -07:00
094cd8a010 hc name 2024-09-29 13:56:46 -07:00
37d96d880e more sytanx 2024-09-29 13:54:27 -07:00
10e18b74e4 yaml syntax fix 2024-09-29 13:53:23 -07:00
00d4686f74 Tetsing file listings and ls pull 2024-09-29 13:52:30 -07:00
dbaf82d0e1 adsf 2024-09-29 13:21:53 -07:00
3 changed files with 27 additions and 13 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text

View File

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

BIN
test.png (Stored with Git LFS) Normal file

Binary file not shown.