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 b4ebce4 commit 9e9fb9cCopy full SHA for 9e9fb9c
.github/workflows/keyfactor-starter-workflow.yml
@@ -7,7 +7,7 @@ jobs:
7
8
call-dotnet-build-and-release-workflow:
9
needs: [call-create-github-release-workflow]
10
- uses: Keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@secret-testing
+ uses: Keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@main
11
with:
12
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
13
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
0 commit comments