Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f37e007

Browse files
committed
ci: fix repo name detection
1 parent ea03c72 commit f37e007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)