Skip to content

Commit

Permalink
Update curl-request.yml
Browse files Browse the repository at this point in the history
More debug
  • Loading branch information
alaneng-neu authored May 22, 2024
1 parent 781bdce commit dd5b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curl-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Debugging Output
run: echo "Authorization header ${{ secrets.REQ_SECRET }}"
run: echo ${{secrets.REQ_SECRET}} | sed 's/./& /g'

- name: Send POST request
# Inspect requests at https://public.requestbin.com/r/enw9z3kw0afbh
Expand Down

0 comments on commit dd5b3aa

Please sign in to comment.