Skip to content

Commit

Permalink
Merge pull request #67 from nodenv/set-output
Browse files Browse the repository at this point in the history
set output
  • Loading branch information
jasonkarns authored May 26, 2024
2 parents 4453db9 + 5dabc48 commit 676c312
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
gpg_private_key: ${{secrets.BOT_GPG_SIGN_KEY}}
git_user_signingkey: true
- run: npm ci
- run: git diff --quiet || git commit -am Build -S FD5E66973D2B8B86
- run: git diff --quiet || git commit -am Build --gpg-sign=FD5E66973D2B8B86
- run: git push --signed=if-asked
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@
"bugs": {
"url": "https://github.com/nodenv/actions/issues"
},
"actions": "node-version setup-nodenv",
"config": {
"actions": "node-version setup-nodenv"
},
"scripts": {
"clean": "git checkout -- */dist",
"lint": "standard --fix",
"posttest": "npm run lint",
"test": "jest $npm_package_actions",
"prepare": "for a in $npm_package_actions; do (cd $a && echo $PWD && ncc build); done",
"test": "jest $npm_package_config_actions",
"prepare": "for a in $npm_package_config_actions; do (cd $a && echo $PWD && ncc build); done",
"preversion": "npm run prepare",
"version": "git add -- */dist",
"postversion": "git push --follow-tags"
},
"dependencies": {
"@actions/core": "^1.10",
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2"
},
"devDependencies": {
Expand Down

0 comments on commit 676c312

Please sign in to comment.