Skip to content

Commit

Permalink
Fix json and trigger correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson authored and ognots committed Sep 9, 2021
1 parent 33842aa commit 4d8b2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-lotus-release-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
branch: master
payload: |
{
"api_workflow_requested": "lotus-devnet-ansible-upgrade",
"release": "${{ github.event.inputs.release }}",
"api_workflow_requested": "api-lotus-release-automation",
"release": "${{ github.event.inputs.release }}"
}

0 comments on commit 4d8b2ba

Please sign in to comment.