Skip to content

Commit

Permalink
back default
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 14, 2024
1 parent 69f675e commit 9884c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@ name: stat-card
run-name: ${{ github.workflow }} ✅ ${{ github.ref }} ✅ ${{ github.actor }} ✅ ${{ github.event_name}}
on: #
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: false
default: '-info'
type: choice
options:
- '-info'
- '-debug'
- ' '
schedule:
- cron: '*/6 * * * *'
- cron: '0 3 * * *'
pull_request_target:
jobs: #
Card: #
Expand All @@ -29,7 +19,6 @@ jobs: #
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GH_TOKEN}}
GITHUB_owner: ${{github.repository_owner}}
LOG_LEVEL: ${{ github.event.inputs.logLevel }}
GIST_ID: ${{ vars.GIST_ID }}
FORCE_COLOR: 1
CLICOLOR_FORCE: 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"Npm-install": "npm install --save",
"E-build": "esbuild ./updater.js --format=esm --target=esnext --bundle --platform=node --minify --analyze --log-level=debug --tree-shaking=true --external:svgo --outfile=dist/esbuild_updater.js --resolve-extensions=.json,.js,.ts --legal-comments=eof",
"update": "node ./updater.js $GITHUB_owner $LOG_LEVEL -svgo"
"update": "node ./updater.js $GITHUB_owner -info -svgo"
},
"dependencies": {
"@octokit/plugin-paginate-graphql": "^5.2.2",
Expand Down

0 comments on commit 9884c06

Please sign in to comment.