mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-01-11 10:35:19 +00:00
style: refine CI Workflow and Test Configurations
- Remove empty lines from the GitHub Actions CI workflow file Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
4330a1ea48
commit
b9f6bf6223
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -6,7 +6,6 @@ env:
|
|||||||
BAR: "FOO"
|
BAR: "FOO"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
testing01:
|
testing01:
|
||||||
name: default flag testing
|
name: default flag testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -262,4 +261,3 @@ jobs:
|
|||||||
script_stop: true
|
script_stop: true
|
||||||
script: |
|
script: |
|
||||||
echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
|
echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user