We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4750a3 commit 64a2ed8Copy full SHA for 64a2ed8
action.yml
@@ -43,5 +43,8 @@ runs:
43
env:
44
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
45
run: |
46
- echo "success"
+ 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 }}
50
shell: bash
0 commit comments