Compare commits

..

1 Commits

Author SHA1 Message Date
Bo-Yi Wu
f671fa27e2
Merge a8507403de into 4330a1ea48 2023-07-23 06:02:01 +02:00

View File

@ -6,6 +6,7 @@ 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,20 +263,3 @@ jobs:
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
testing05:
name: sudo command
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: sudo command
uses: ./
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script_stop: true
script: |
sudo whoami