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 8f4788e commit 7b09d7dCopy full SHA for 7b09d7d
.github/workflows/test-module.yml
@@ -14,10 +14,10 @@ on:
14
jobs:
15
module:
16
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '' }}
17
- uses: NethServer/ns8-github-actions/.github/workflows/module-info.yml@main
+ uses: NethServer/ns8-github-actions/.github/workflows/module-info.yml@v1
18
run_tests:
19
needs: module
20
- uses: NethServer/ns8-github-actions/.github/workflows/test-on-digitalocean-infra.yml@main
+ uses: NethServer/ns8-github-actions/.github/workflows/test-on-digitalocean-infra.yml@v1
21
with:
22
args: "ghcr.io/${{needs.module.outputs.owner}}/${{needs.module.outputs.name}}:${{needs.module.outputs.tag}}"
23
repo_ref: ${{needs.module.outputs.sha}}
0 commit comments