Skip to content

Commit

Permalink
fix indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
hTrap committed Oct 26, 2020
1 parent 38e8783 commit 8d1e7c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
runs:
using:
composite
"composite"

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -32,11 +32,11 @@ runs:
shell: bash
- name: Add Remote
run: |
git remote add dgit ${{INPUT_REMOTURL}}
git remote add dgit ${{INPUT_REMOTEURL}}
shell: bash
- name: Push to Dgit
run: |
git push dgit ${{INPUT_BRANCH}}
git push dgit ${{INPUT_BRANCH}}
shell: bash
env:
DGIT_WALLET: ${{INPUT_DGITWALLET}}

0 comments on commit 8d1e7c0

Please sign in to comment.