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 a683bb4 commit e681b17Copy full SHA for e681b17
.github/workflows/ci.yml
@@ -8,9 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Use Node.js
13
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
14
- run: npm install
15
- run: npm test
16
env:
src/generate/validator.js
@@ -128,7 +128,7 @@ function gitExists(json) {
128
let branch = "";
129
if (repo === "SAP-samples/cloud-abap-rap") {
130
branch = "-b abap-environment ";
131
- } else if (repo === "SAP-samples/cloud-abap-rap") {
+ } else if (repo === "SAP-samples/abap-platform-fiori-feature-showcase") {
132
branch = "-b ABAP-platform-cloud ";
133
}
134
0 commit comments