Skip to content

Can not find action.yml in post step, despite successful previous step #25800

Closed Answered by timlkelly
timlkelly asked this question in Actions
Discussion options

You must be logged in to vote

I fixed this by specifying the path parameter in my custom action

runs:
  using: composite
  steps:
    - name: Checkout
      uses: actions/checkout@v2
      with:
        path: ${{ github.repository }}
        fetch-depth: 0

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants