Skip to content

Commit

Permalink
Merge pull request #1 from pyar6329/upgrade-commands
Browse files Browse the repository at this point in the history
Upgrade libraries
  • Loading branch information
pyar6329 committed Jul 24, 2023
2 parents a0338c6 + d6bf48e commit 6e0b374
Show file tree
Hide file tree
Showing 5 changed files with 1,296 additions and 5,098 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: npm ci
- run: npm run test
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ inputs:
save_app_token:
description: Save GitHub access token to ~/.git-credentials
required: false
default: true
default: 'true'
use_HTTPS_instead_of_SSH:
description: use Git protocol HTTPS instead of SSH
required: false
default: true
default: 'true'
APP_PEM:
description: a base64 encoded string version of your PEM file used to authenticate as a GitHub Apps. You can apply this encoding in the terminal `cat key.pem | base64 -w 0`
required: true
Expand All @@ -23,5 +23,5 @@ outputs:
app_token:
description: The installation access token for the GitHub App corresponding to and the current repository.
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
14 changes: 12 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

0 comments on commit 6e0b374

Please sign in to comment.