Skip to content

Commit 085ad0e

Browse files
fix sync workflow file
1 parent 1de21e0 commit 085ad0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-external-layers.yml .github/workflows/sync-external-metadata.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync external layers
1+
name: Sync external metadata
22
on:
33
schedule:
44
- cron: '*/30 * * * *'
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 16
1313
cache: 'npm'
1414
- run: npm ci
15-
- run: npm run sync-external-layers
15+
- run: npm run sync-external-metadata
1616
env:
1717
DATO_API_TOKEN: ${{ secrets.DATO_API_TOKEN }}
1818
DATO_API_KEY_NL2120: ${{ secrets.DATO_API_KEY_NL2120 }}

0 commit comments

Comments
 (0)