We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef2b84 commit 0c6b89dCopy full SHA for 0c6b89d
.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
echo "base_repo=${{ startsWith(inputs.arguments, '--pull ') && github.event.pull_request.base.repo.full_name || github.event.repository.full_name }}" >> "$GITHUB_OUTPUT"
28
echo "head_repo=${{ startsWith(inputs.arguments, '--pull ') && github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}" >> "$GITHUB_OUTPUT"
29
echo "head_ref=${{ startsWith(inputs.arguments, '--pull ') && github.event.pull_request.head.ref || github.ref }}" >> "$GITHUB_OUTPUT"
30
+ - run: echo "Test: ${{ gitlab.ref }}"
31
# site_generator
32
- name: Check out cpprefjp/site_generator
33
uses: actions/checkout@v4
0 commit comments