Compare commits

...

5 Commits

Author SHA1 Message Date
oiseauroch
71f8d78b91 fichier de test 2024-07-07 18:56:30 +02:00
oiseauroch
ba528a52ab try fix action
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m11s
2024-07-06 11:31:14 +02:00
oiseauroch
169b9d16fb test gitea actions
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m46s
2024-07-06 11:12:39 +02:00
7e65a98992 Actualiser .gitea/workflows/test.yaml 2024-07-06 11:01:49 +02:00
oiseauroch
fa8ec65e90 add workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 49s
2024-07-05 16:16:36 +02:00
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- 'master'
- 'prod'
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@v4
with:
github-server-url: 'https://yuno.oiseauroch.fr/gitea/'
- 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 }}."
- run: git config user.name "gitea[bot]"
- run: git config user.email "gitea[bot]@yuno.oiseauroch.fr"
- run: git switch production
- run: git merge prod
- run: git push origin auto-prod

View File

@ -0,0 +1 @@
hello toto