We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70edf73 commit d12b3ebCopy full SHA for d12b3eb
2 files changed
.github/actions/rnef-post-build/action.yml
@@ -10,8 +10,7 @@ inputs:
10
required: true
11
github-token:
12
description: A GitHub Personal Access Token with write access to the project
13
- required: false
14
- default: ${{ github.token }}
+ required: true
15
runs:
16
using: 'composite'
17
steps:
action.yml
@@ -8,8 +8,7 @@ branding:
8
inputs:
9
description: GitHub Token
working-directory:
description: 'Working directory for the build command'
required: false
0 commit comments