Skip to content

Commit e681b17

Browse files
authored
there (#465)
1 parent a683bb4 commit e681b17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Use Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414
- run: npm install
1515
- run: npm test
1616
env:

src/generate/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function gitExists(json) {
128128
let branch = "";
129129
if (repo === "SAP-samples/cloud-abap-rap") {
130130
branch = "-b abap-environment ";
131-
} else if (repo === "SAP-samples/cloud-abap-rap") {
131+
} else if (repo === "SAP-samples/abap-platform-fiori-feature-showcase") {
132132
branch = "-b ABAP-platform-cloud ";
133133
}
134134

0 commit comments

Comments
 (0)