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 553f565 commit 33e359cCopy full SHA for 33e359c
.github/workflows/coverage.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Check test coverage
18
uses: ./.github/actions/devcontainer
19
with:
20
+ token: ${{ secrets.GITHUB_TOKEN }}
21
command: |
22
cmake -E make_directory build
23
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTRAITS_TEST_COVERAGE=On -S .
.github/workflows/devcontainer-command.yml
@@ -16,7 +16,7 @@ jobs:
16
packages: write
steps:
- - uses: VolumeGraphics/traits/.github/actions/devcontainer@main
+ - uses: ./.github/actions/devcontainer
- command: ${{ inputs.run_cmd }}
token: ${{ secrets.GITHUB_TOKEN }}
+ command: ${{ inputs.run_cmd }}
0 commit comments