You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up an Action Runner, and attempted to run my first action as per the instructions. YAML:
name: Gitea Actions Demorun-name: ${{ gitea.actor }} is testing out Gitea Actions! 🚀on: [push]jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-lateststeps:
- 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 codeuses: 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 repositoryrun: | ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
Description
I've set up an Action Runner, and attempted to run my first action as per the instructions. YAML:
Outcome is in screenshots.
The runners are running
gitea/act_runner:0.2.11
which I believe is the latest version.Gitea Version
1.23.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Kubernetes, via the Helm Chart, on version 10.6.1 with one small local override.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: