Skip to content

Commit 64a2ed8

Browse files
committed
Remove test command and replace it with actual command
1 parent c4750a3 commit 64a2ed8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ runs:
4343
env:
4444
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
4545
run: |
46-
echo "success"
46+
scp ${{ inputs.debian_package_file }} "${{ inputs.remote_user }}@${{ inputs.remote_host }}:${{ inputs.remote_dir }}/debs"
47+
ssh ${{ inputs.remote_user }}@${{ inputs.remote_host }} reprepro -b ${{ inputs.remote_dir }} includedeb buster ${{ inputs.remote_dir }}/debs/${{ inputs.debian_package_file }}
48+
ssh ${{ inputs.remote_user }}@${{ inputs.remote_host }} reprepro -b ${{ inputs.remote_dir }} copy bookworm buster ${{ inputs.repo_name }}
49+
ssh ${{ inputs.remote_user }}@${{ inputs.remote_host }} reprepro -b ${{ inputs.remote_dir }} copy bullseye buster ${{ inputs.repo_name }}
4750
shell: bash

0 commit comments

Comments
 (0)