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 8674cb5 commit db2c0fbCopy full SHA for db2c0fb
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: windows-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v7.0.0
+ uses: actions/checkout@v7.0.1
21
with:
22
fetch-depth: 0
23
- name: Setup .NET SDK
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
24
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
25
26
27
28
29
0 commit comments