Skip to content

Commit

Permalink
old names because dispatch action is buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 25, 2023
1 parent 7dfe496 commit 99d6f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ steps.issue-labeler.outputs.labels-added }}
uses: benc-uk/workflow-dispatch@v1
with:
workflow: create-documentation-issue.yml
workflow: new-migrated-issue.yml
repo: noir-lang/docs
ref: phated/fix-issue-workflows
token: ${{ secrets.DOCS_REPO_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
if: ${{ steps.issue-labeler.outputs.labels-removed }}
uses: benc-uk/workflow-dispatch@v1
with:
workflow: close-documentation-issue.yml
workflow: delete-migrated-issue.yml
repo: noir-lang/docs
ref: phated/fix-issue-workflows
token: ${{ secrets.DOCS_REPO_TOKEN }}
Expand Down

0 comments on commit 99d6f67

Please sign in to comment.