chore: update gitea token & add test action
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
19
.gitea/workflows/demo.yaml
Normal file
19
.gitea/workflows/demo.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
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@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 }}."
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
age-encryption.org/v1
|
age-encryption.org/v1
|
||||||
-> ssh-ed25519 jxhkLg 0frDWzTjRYaJFOHuNXFz9wNsMzVdGaR+lHUFg0bLdww
|
-> ssh-ed25519 jxhkLg +nJfyxntIaggZaWMizEypE0ll5yfe0k5DqHeMmQBxRU
|
||||||
SolMFuG2k8tT/RFjROxTPqTLKPRfv3a0ZdNXj2yR57I
|
TIYZaF/gT00Z9EjBWq6cr6vJr35c+dHOR9guLKzm680
|
||||||
-> ssh-ed25519 tqMvRA Dv9qh8EoLPjNNdGUK2q4+DMJMi27PJ1wCfRA6WyBBHw
|
-> ssh-ed25519 tqMvRA 6P23pOjZiB0TGsG9oM6NWK8IwranIHEPk74uScEWvV4
|
||||||
QDMg4iR7CFwS8EkHXGqlvwaQ4AEFq90o6iKvsiu9oP4
|
lUE7CH4hHe9oJU3Fw8Dley81XWfkUWMNRwdq6JJLSFc
|
||||||
-> ssh-ed25519 UpdoSw bPuzJ0EBVEce42x09Ks2wcIb8+R2DhuFiHQ5Mo+3Zh4
|
-> ssh-ed25519 UpdoSw Uuc0b1ogxc6kYMvYoV4foVV+Fx8YQWTBqeM6KsDfiDs
|
||||||
V6llhtaTVD3qTpVbZmK/MfHaP3ZIU2ne+UwY7hF5fTQ
|
4L1kpqir9owTX09913E2GLPQJBkdegwm53H87yl/WDY
|
||||||
--- /RKCF2asdEGAAyqOFJkjft2PwLpS6B66TyMAhW1f1jM
|
--- UGe/Omeq2jrrSCXr9qjdEhhNE6Ir/d3q/gEesJ+cjgM
|
||||||
²"ðÄ#3‰[Å{D´vñ&
|
æš‹€HØÍÁ-$*jâ pƒîw<C3AE>œ€ía¨<61>`uÞ®_W9D¾®#ÀÖ©®<C2A9>-”Äz<µêM+þ›¾Ïÿ‹òVï$·»<C2B7>`«ÐüÜA¦)
|
||||||
Reference in New Issue
Block a user