Skip to content

Commit f7efd0e

Browse files
committed
syntax
1 parent 18f5ae8 commit f7efd0e

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

.github/workflows/version2020.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2020.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Friday,1:00 #m h d/m m d/w

.github/workflows/version2022.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2022.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Friday,1:00 #m h d/m m d/w

.github/workflows/version2024.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: versions:2024.0
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
96
workflow_dispatch:
107
schedule:
118
# * is a special character in YAML so you have to quote this string 1:00 weekly,Friday,1:00 #m h d/m m d/w

Dockerfile24

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN npm config set init-author-name "kmicha"
2626
RUN npm config set init-author-email "your-email@example.com"
2727
RUN npm config set init-author-url "https://my-domain/user"
2828
#RUN npm config set init-version 2024.0.0
29-
RUN npm config set --init-license "MIT"
29+
RUN npm config set init-license "MIT"
3030
RUN npm config --init-version 2024.0.0
3131

3232
RUN npm init -y

0 commit comments

Comments
 (0)