Skip to content

We are experiencing the same (or similar) issue with our setup:https://www.facebook.com/profile.php?id=100078106500760 #19

Open
@marissareyes80

Description

@marissareyes80

We are experiencing the same (or similar) issue with our setup:

      - name: Checkout
        uses: actions/checkout@v4
        with:
          sparse-checkout: |
            ./.github/actions/compute-jobs

      - name: 'Compute jobs'
        id: jobs
        uses: ./.github/actions/compute-jobs

The step Checkout finishes successfully, but Compute jobs fails with:

Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/_work/repo/repo/.github/actions/compute-jobs'. Did you forget to run actions/checkout before running your local action?

We started to experience this when we upgraded to actions/runner:v2.320.0.

_Publicado originalmente por @valentindeaconu en actions#1976 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions