We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab777ba commit 075e9f6Copy full SHA for 075e9f6
rsync-antora-reference/action.yml
@@ -40,7 +40,7 @@ runs:
40
run: |
41
PATH=$PATH:${{ github.action_path }}/src
42
flag_options=''
43
- if [ -z "${{ inputs.docs-username }}" ]; then
+ if [ -z "${{ inputs.dry-run }}" ]; then
44
flag_options="${flag_options} --dry-run"
45
fi
46
${{ github.action_path }}/src/action.sh --docs-username "${{ inputs.docs-username }}" --docs-host "${{ inputs.docs-host }}" --docs-ssh-key "${{ inputs.docs-ssh-key }}" --docs-ssh-host-key "${{ inputs.docs-ssh-host-key }}" --site-path "${{ inputs.site-path }}" --github-repository "${{ github.repository }}" --httpdocs-path "${{ inputs.httpdocs-path }}" $flag_options
0 commit comments