Merge pull request #14 from ad-m/tenhobi-patch-1
Fix action interpolation syntax
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
| name | value | default | description |
|
| name | value | default | description |
|
||||||
| ---- | ----- | ------- | ----------- |
|
| ---- | ----- | ------- | ----------- |
|
||||||
| github_token | string | | Token for the repo. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. |
|
| github_token | string | | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}`. |
|
||||||
| branch | string | 'master' | Destination branch to push changes. |
|
| branch | string | 'master' | Destination branch to push changes. |
|
||||||
| force | boolean | false | Determines if force push is used. |
|
| force | boolean | false | Determines if force push is used. |
|
||||||
| directory | string | '.' | Directory to change to before pushing. |
|
| directory | string | '.' | Directory to change to before pushing. |
|
||||||
|
@@ -6,7 +6,7 @@ branding:
|
|||||||
color: green
|
color: green
|
||||||
inputs:
|
inputs:
|
||||||
github_token:
|
github_token:
|
||||||
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
|
description: 'Token for the repo. Can be passed in using ${{ secrets.GITHUB_TOKEN }}'
|
||||||
required: true
|
required: true
|
||||||
repository:
|
repository:
|
||||||
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
|
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
|
||||||
|
Reference in New Issue
Block a user