Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jan 16, 2025
1 parent d3c11c7 commit a56d01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal_vs_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Dismiss Pull Request Reviews
run: |
#!/bin/bash
set -euo pipefail
set -euox pipefail # REMOVE -x later!
reviews=$(curl -s -H "Authorization: token ${GH_TOKEN}" \
"https://api.github.com/repos/${GH_ORG}/${REPO}/pulls/${PULL_NUMBER}/reviews")
Expand Down

0 comments on commit a56d01e

Please # to comment.