Skip to content

Commit 2c9d9da

Browse files
committed
wip-try inputs
1 parent 8d1e7c0 commit 2c9d9da

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
@@ -32,11 +32,11 @@ runs:
3232
shell: bash
3333
- name: Add Remote
3434
run: |
35-
git remote add dgit ${{INPUT_REMOTEURL}}
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:
42-
DGIT_WALLET: ${{INPUT_DGITWALLET}}
42+
DGIT_WALLET: ${{inputs.dgitWallet}}

0 commit comments

Comments
 (0)