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 7e9acf4 commit f2b690cCopy full SHA for f2b690c
.github/actions/dotnet/action.yml
@@ -8,7 +8,7 @@ runs:
8
id: dotnet
9
shell: bash
10
run: |
11
- VERSIONS=$(gh api /repos/${{ github.repository }}/properties/values | jq -r '.[] | select(.property_name == "DOTNET") | .value')
+ VERSIONS=$(gh api repos/${{ github.repository }}/properties/values | jq -r '.[] | select(.property_name == "DOTNET") | .value')
12
# Remove extra whitespace from VERSIONS
13
VERSIONS=$(echo "$VERSIONS" | tr -s ' ' | tr -d ' ')
14
# Convert comma-separated to newline-separated
0 commit comments