Skip to content

Commit 9b54009

Browse files
committed
Update
1 parent af39cdf commit 9b54009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deprecations-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
BODY=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/phofl/pandas/issues/2 | python3 -c "import sys, json, os; x = {'body': json.load(sys.stdin)['body']}; pr = os.environ['PR']; x['body'] += f'\n- [ ] #{pr}'; print(json.dumps(x))")
3030
echo ${BODY}
3131
echo $(python3 -c "import os; print(os.environ)")
32-
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -X PATCH -d ${BODY} https://api.github.com/repos/phofl/pandas/issues/2
32+
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -X PATCH -d "${BODY}" https://api.github.com/repos/phofl/pandas/issues/2

0 commit comments

Comments
 (0)