Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure when running Actions Quick Start example - Cannot find: node in PATH #33710

Closed
scubbo opened this issue Feb 25, 2025 · 1 comment
Closed
Labels

Comments

@scubbo
Copy link

scubbo commented Feb 25, 2025

Description

I've set up an Action Runner, and attempted to run my first action as per the instructions. YAML:

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

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

Image Image

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

@scubbo
Copy link
Author

scubbo commented Feb 26, 2025

Ah, apologies - this is already addressed in this issue against act_runner. I'll continue my investigation there.

@scubbo scubbo closed this as completed Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant