We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94610e7 commit 4e21de6Copy full SHA for 4e21de6
1 file changed
action.yml
@@ -36,6 +36,6 @@ runs:
36
go install github.com/myml/action-sync@main
37
- name: command
38
shell: bash
39
- run: action-sync -app_id=${{ inputs.app_id }} -installation_id=${{ inputs.installation_id }} -files=${{ $inputs.files }} -message =${{ $inputs.message }}
+ run: action-sync -app_id=${{ inputs.app_id }} -installation_id=${{ inputs.installation_id }} -files=${{ inputs.files }} -message =${{ inputs.message }}
40
env:
41
PRIVATE_KEY: ${{ inputs.private_key }}
0 commit comments