Skip to content

Commit 4c6e3bb

Browse files
committed
Fix
1 parent 63450f4 commit 4c6e3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
id: fetch-versions
3030
run: |
3131
# Specify the dependency coordinates
32-
GROUP_ID="com.example"
33-
ARTIFACT_ID="my-dependency"
32+
GROUP_ID="com.sap.cloud.sdk"
33+
ARTIFACT_ID="sdk-bom"
3434
3535
# Fetch available versions from Maven Central API
3636
response=$(curl -s "https://search.maven.org/solrsearch/select?q=g:%22${GROUP_ID}%22+AND+a:%22${ARTIFACT_ID}%22&rows=15&core=gav&wt=json")

0 commit comments

Comments
 (0)