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 f86b033 commit 96598afCopy full SHA for 96598af
.github/workflows/dotnet.yml
@@ -123,7 +123,7 @@ jobs:
123
run: dotnet publish TUnit.TestProject/TUnit.TestProject.csproj -c Release --use-current-runtime -p:Aot=true -o TESTPROJECT_AOT --framework net10.0
124
125
- name: Expose GitHub Actions Runtime
126
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
127
with:
128
script: |
129
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN']);
0 commit comments