We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e0c19 commit ed667c3Copy full SHA for ed667c3
.github/workflows/update.yml
@@ -35,9 +35,9 @@ jobs:
35
- name: Process data
36
run: |-
37
git diff --quiet raw-data/ \
38
- || deno run --allow-import --allow-read --allow-write --unstable scripts/make-places.js \
39
- && deno run --allow-import --allow-read --allow-write --unstable scripts/make-config.js
40
- deno run --allow-import --allow-read --allow-write --unstable scripts/make-pages.js
+ || deno run --allow-import --allow-read --allow-write scripts/make-places.js \
+ && deno run --allow-import --allow-read --allow-write scripts/make-config.js
+ deno run --allow-import --allow-read --allow-write scripts/make-pages.js
41
- name: Commit changes
42
43
git config user.name "github action"
0 commit comments