Compare commits

..

5 Commits

Author SHA1 Message Date
4585bb1bd6 test push to main
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
2024-07-06 17:05:01 -07:00
5705c213bd ci2
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2024-05-16 08:37:56 -07:00
8271d9b2da ci1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 45s
2024-05-16 08:35:49 -07:00
a00b85f7d6 demo ci 2024-05-16 08:34:15 -07:00
1bdb7c2e1a Merge pull request 'add-stereo-exp1' (#1) from add-stereo-exp1 into main
Reviewed-on: #1
2024-04-19 08:25:13 -07:00
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
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@v3
- 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 }}
echo "Hi there!"
docker ps
- run: echo "🍏 This job's status is ${{ job.status }}."

View File

@ -1,5 +1,7 @@
# play.webxr.dev # play.webxr.dev
Each subdirectory is a standalone project.
## Keeping the Template Updated ## Keeping the Template Updated
Periodically we should make sure that the template is up to date. To do this, Periodically we should make sure that the template is up to date. To do this,