We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fcffd commit c43dd35Copy full SHA for c43dd35
.github/workflows/pr_contributors.yml
@@ -19,3 +19,13 @@ jobs:
19
uses: ./.github/workflows/build.yml
20
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
21
secrets: inherit
22
+
23
+ test:
24
+ runs-on: self-hosted-docker-tiny
25
+ steps:
26
+ - name: test
27
+ run: |
28
+ echo ${{ github.event.pull_request.head.repo.git_url }}
29
+ echo ${{ github.event.pull_request.head.repo.url }}
30
+ echo ${{ github.event.pull_request.head.repo.full_name }}
31
0 commit comments