Skip to content

Commit e1ffb32

Browse files
committed
C#: Replace input interpolation with environment variable
1 parent f1bff93 commit e1ffb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/actions/create-extractor-pack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
run: |
1818
CODEQL_PATH=$(gh codeql version --format=json | jq -r .unpackedLocation)
1919
# The legacy ASP extractor is not in this repo, so take the one from the nightly build
20-
mv "$CODEQL_PATH/csharp/tools/extractor-asp.jar" "${{ github.workspace }}/csharp/extractor-pack/tools"
20+
mv "$CODEQL_PATH/csharp/tools/extractor-asp.jar" "$GITHUB_WORKSPACE/csharp/extractor-pack/tools"
2121
# Safe guard against using the bundled extractor
2222
rm -rf "$CODEQL_PATH/csharp"
2323
env:

0 commit comments

Comments
 (0)