Skip to content

Commit

Permalink
Fix Label Adding (ethereum#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Aug 18, 2022
1 parent b3c59e7 commit 5355ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
}
env:
NUMBER: ${{ steps.save-pr-data.outputs.pr_number }}
JOB_DATA: ${{ fromJson(steps.fetch-jobs.outputs.response).jobs }}
JOB_DATA: ${{ toJson(fromJson(steps.fetch-jobs.outputs.response).jobs) }}
LABELS: |
{
"HTMLProofer": "waiting: htmlproofer to pass",
Expand Down

0 comments on commit 5355ea0

Please sign in to comment.