update git push to remote action
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
5f659c1817
commit
49269c1e82
1 changed files with 1 additions and 6 deletions
|
@ -132,12 +132,7 @@ runs:
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "##### Copying contents to destination Github repository #####"
|
echo "##### Copying contents to destination Github repository #####"
|
||||||
if [ -z "${{ inputs.target_dir }}" ]; then
|
cp -rvf "${{ inputs.files }}" "$CLONE_DIRECTORY"
|
||||||
cp -rvf "${{ inputs.source_files }}" "$CLONE_DIRECTORY"
|
|
||||||
else
|
|
||||||
mkdir -p "$CLONE_DIRECTORY/${{ inputs.target_dir }}"
|
|
||||||
cp -rvf "${{ inputs.source_files }}" "$CLONE_DIRECTORY/${{ inputs.target_dir }}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd "$CLONE_DIRECTORY"
|
cd "$CLONE_DIRECTORY"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue