Skip to content

Commit

Permalink
Get info
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Jun 24, 2024
1 parent c966b6c commit b16653a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
save_repo_info:
name: Save Repository Info
needs: get_current_step
if: >-
${{ !github.event.repository.is_template
&& needs.get_current_step.outputs.current_step == 0 }}
# if: >-
# ${{ !github.event.repository.is_template
# && needs.get_current_step.outputs.current_step == 0 }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"rollout": "./src/rollout-tools/local/cli.mjs",
"rollout:action": "./src/rollout-tools/demo/cli.mjs",
"rollout:action": "node --env-file=.env ./src/rollout-tools/demo/cli.mjs",
"export-dataset": "sanity dataset export production initial-data.tar.gz",
"test:content-upload": "sanity dataset create testing; sanity dataset import initial-data.tar.gz testing && sanity dataset delete testing --force"
},
Expand Down

0 comments on commit b16653a

Please sign in to comment.