Remove debug info

This commit is contained in:
2020-05-02 18:58:31 -07:00
committed by GitHub
parent f5a0b08282
commit aa8ba687e1

View File

@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: ci
name: deploy
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
@@ -20,10 +20,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: ls
run: ls -al ./
- name: pwd
run: pwd
- name: Copy folder content recursively to remote
uses: garygrossgarten/github-action-scp@release
with: