Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hmanzur/actions-set-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
hmanzur committed Aug 8, 2020
2 parents ffdbb16 + 79bfc72 commit 005a919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY package*.json ./

RUN npm install --only=production

CMD ["node", "secret.js"]
CMD ["node", "secret.js"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

### repository

Repository to store. Default is github.repository [context](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context)
Repository to store. Default is `github.repository` [context](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context)

## Examples

Expand Down

0 comments on commit 005a919

Please sign in to comment.