Skip to content

Commit

Permalink
Update node version and @actions/core
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Apr 15, 2023
1 parent 7676ca1 commit aa01afb
Show file tree
Hide file tree
Showing 5 changed files with 2,308 additions and 72 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Response json payload
### For personal repo

```YAML
uses: hmanzur/actions-set-secret@v2.0.0
uses: BlueberryMC/actions-set-secret@v3.0.0
with:
name: 'MY_SECRET_NAME'
value: 'Lorem ipsun dolor simit'
Expand All @@ -60,7 +60,7 @@ with:
### For organizations
```YAML
uses: hmanzur/actions-set-secret@v2.0.0
uses: BlueberryMC/actions-set-secret@v3.0.0
with:
name: 'MY_SECRET_NAME'
value: 'Lorem ipsun dolor simit'
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ outputs:
description: Response data

runs:
using: 'node12'
main: 'dist/index.js'
using: 'node16'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Core = require('@actions/core')
const Api = require('./src/api')

/**
* Set secrets in Github repo
* Set secrets in GitHub repo
* This actions is participating in #ActionsHackathon 2020
*
* @param {Api} api - Api instance
Expand Down
Loading

0 comments on commit aa01afb

Please sign in to comment.