Skip to content

##[error]Not Found on every run #34

@dor-cyolo

Description

@dor-cyolo

Error I get. What am I missing? Really want this to work.

with:
token: ***
event-type: my-event
client-payload: {"ref": "refs/heads/master", "sha": "f71d129c3362c56acf734863f873aa8bb3281459"}
repository: ******
##[error]Not Found

name: Alert parent repository on push
on:
push:
branches:
- **********

jobs:
dispatch:
name: Dispatch to other-repo
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@master
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
#repository: test-dispatch
event-type: my-event
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

Another job waitingto this event does exist and everything.

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