Skip to content

Commit afb22de

Browse files
ammariopull[bot]
authored andcommitted
ci: fix repo name detection
1 parent f5988a0 commit afb22de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/upload-datadog/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
steps:
1010
- shell: bash
1111
run: |
12-
repo_name=${{ github.event.pull_request.head.repo.full_name }}
12+
repo_name=${{ github.repository_owner }}/${{ github.repository_name }}
1313
echo "repo_name: $repo_name"
1414
if [[ $repo_name != "coder/coder" ]]; then
1515
echo "Not a pull request from the main repo, skipping..."

0 commit comments

Comments
 (0)