We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac88f38 commit de0de72Copy full SHA for de0de72
.github/workflows/dottest_sa.yml
@@ -5,8 +5,6 @@ name: dotTEST Static Analysis
5
# Controls when the action will run.
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
- push:
9
- branches: [ main ]
10
pull_request:
11
branches: [ main ]
12
@@ -43,8 +41,8 @@ jobs:
43
41
scope.scontrol=true;
44
42
scontrol.rep1.type=git;
45
scontrol.rep1.git.url=${{ github.server_url }}/${{ github.repository }};
46
- scontrol.rep1.git.branch=${{github.branch}};
47
- scontrol.rep1.git.workspace=${GITHUB_WORKSPACE};
+ scontrol.rep1.git.branch=${{ github.branch }};
+ scontrol.rep1.git.workspace=${{ github.workspace }};
48
scontrol.git.exec=C:\Program Files\Git\bin\git.exe'
49
50
# ---------------------------------------------------------------
0 commit comments