We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef2b84 commit d02888dCopy full SHA for d02888d
.github/workflows/build.yml
@@ -27,6 +27,8 @@ 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: |
31
+ echo "Test: ${{ gitlab.ref }}"
32
# site_generator
33
- name: Check out cpprefjp/site_generator
34
uses: actions/checkout@v4
0 commit comments