8000 Fix improper first / in gh api repos · devlooped/oss@f2b690c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit f2b690c

Browse files
authored
Fix improper first / in gh api repos
1 parent 7e9acf4 commit f2b690c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
id: dotnet
99
shell: bash
1010
run: |
11-
VERSIONS=$(gh api /repos/${{ github.repository }}/properties/values | jq -r '.[] | select(.property_name == "DOTNET") | .value')
11+
VERSIONS=$(gh api repos/${{ github.repository }}/properties/values | jq -r '.[] | select(.property_name == "DOTNET") | .value')
1212
# Remove extra whitespace from VERSIONS
1313
VERSIONS=$(echo "$VERSIONS" | tr -s ' ' | tr -d ' ')
1414
# Convert comma-separated to newline-separated

0 commit comments

Comments
 (0)
0