Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a823ef6

Browse files
committed
Add upload-overwatch.yml workflow for PR #1204
1 parent fe0e5f1 commit a823ef6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/upload-overwatch.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Upload Overwatch - TEST
1+
# Created on 2025-03-12 09:39:33
2+
name: Upload Overwatch - 2025-03-12 09:39:33
23

34
on:
45
pull_request:
@@ -39,9 +40,9 @@ jobs:
3940
chmod +x overwatch-cli
4041
- name: Run Overwatch CLI
4142
run: |
42-
./overwatch-cli \\
43-
--auth-token \${{ secrets.SENTRY_AUTH_TOKEN }} \\
44-
--organization-slug codecov \\
45-
--pullid 1204 \\
46-
python \\
47-
--python-path \$(which python3)
43+
./overwatch-cli \
44+
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
45+
--organization-slug codecov \
46+
--pullid 1204 \
47+
python \
48+
--python-path $(which python3)

0 commit comments

Comments
 (0)