Skip to content

Commit

Permalink
Merge pull request #215 from zowe/fix-workflow
Browse files Browse the repository at this point in the history
Fix environment variable in workflow
  • Loading branch information
awharn authored Oct 10, 2023
2 parents 1ded7e8 + 5694ac9 commit 8990565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
https://api.github.com/repos/zowe/zowe-cli-standalone-package/pulls/${{pr_number}}/requested_reviewers \
https://api.github.com/repos/zowe/zowe-cli-standalone-package/pulls/$pr_number/requested_reviewers \
-d '{"team_reviewers":["@zowe/zowe-cli-administrators"]}'
echo "Pull Request created successfully"

0 comments on commit 8990565

Please sign in to comment.