Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerdoerr authored Oct 19, 2023
1 parent 7efca3b commit a3d0e8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ jobs:
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run sshpass commands
uses: matheusvanzan/sshpass-action@v2
uses: actions/checkout@v3
- uses: matheusvanzan/sshpass-action@v2
with:
host: ${{ secrets.GEMSPEC_ONLINE_SFTP_SERVER }}
port: ${{ secrets.GEMSPEC_ONLINE_SFTP_PORT }}
user: ${{ secrets.GEMSPEC_ONLINE_SFTP_USERNAME }}
pass: ${{ secrets.GEMSPEC_ONLINE_SFTP_PASSWORD }}
run: sftp



#- name: Convert polarion files
# run: gh release download wip --pattern 'gpc'
Expand Down

0 comments on commit a3d0e8d

Please sign in to comment.