Skip to content

Commit 6a1902d

Browse files
committed
Update
1 parent bb88ed2 commit 6a1902d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deprecations-bot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
echo "Adding deprecation"
2828
BODY=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/phofl/pandas/issues/2 | python3 -c "import sys, json; print(json.load(sys.stdin)['body'])")
29+
echo python3 -c "import os; print(os.environ)
2930
echo ${BODY}
3031
echo "{'body': '${BODY}'}"
31-
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -X PATCH -d '{"body": "'${BODY}'"}' https://api.github.com/repos/phofl/pandas/issues/2
32+
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -X PATCH -d '{"body": ${BODY}'"}' https://api.github.com/repos/phofl/pandas/issues/2

0 commit comments

Comments
 (0)