Skip to content

Commit 8d1e7c0

Browse files
committed
fix indentations
1 parent 38e8783 commit 8d1e7c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2424
runs:
2525
using:
26-
composite
26+
"composite"
2727

2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
@@ -32,11 +32,11 @@ runs:
3232
shell: bash
3333
- name: Add Remote
3434
run: |
35-
git remote add dgit ${{INPUT_REMOTURL}}
35+
git remote add dgit ${{INPUT_REMOTEURL}}
3636
shell: bash
3737
- name: Push to Dgit
3838
run: |
39-
git push dgit ${{INPUT_BRANCH}}
39+
git push dgit ${{INPUT_BRANCH}}
4040
shell: bash
4141
env:
4242
DGIT_WALLET: ${{INPUT_DGITWALLET}}

0 commit comments

Comments
 (0)