Skip to content

Commit 075e9f6

Browse files
authored
use inputs.dry-run
1 parent ab777ba commit 075e9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rsync-antora-reference/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
run: |
4141
PATH=$PATH:${{ github.action_path }}/src
4242
flag_options=''
43-
if [ -z "${{ inputs.docs-username }}" ]; then
43+
if [ -z "${{ inputs.dry-run }}" ]; then
4444
flag_options="${flag_options} --dry-run"
4545
fi
4646
${{ 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

Comments
 (0)