mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-07-16 23:17:18 +02:00
fix approve
This commit is contained in:
@@ -38,9 +38,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
ISSUE_BODY: ${{ github.event.issue.body }}
|
||||||
run: |
|
run: |
|
||||||
python -m src.contributions.approve_submission \
|
python -m src.contributions.approve_submission \
|
||||||
--issue-number ${{ github.event.issue.number }} \
|
--issue-number ${{ github.event.issue.number }} \
|
||||||
--issue-body "${{ github.event.issue.body }}" \
|
--issue-body "$ISSUE_BODY" \
|
||||||
--author "${{ steps.author.outputs.username }}" \
|
--author "${{ steps.author.outputs.username }}" \
|
||||||
--author-id ${{ steps.author.outputs.user_id }}
|
--author-id ${{ steps.author.outputs.user_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user