Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea03c72 commit f37e007Copy full SHA for f37e007
.github/actions/upload-datadog/action.yaml
@@ -9,7 +9,7 @@ runs:
9
steps:
10
- shell: bash
11
run: |
12
- repo_name=${{ github.event.pull_request.head.repo.full_name }}
+ repo_name=${{ github.repository_owner }}/${{ github.repository_name }}
13
echo "repo_name: $repo_name"
14
if [[ $repo_name != "coder/coder" ]]; then
15
echo "Not a pull request from the main repo, skipping..."
0 commit comments