Skip to content

Commit 79ef51b

Browse files
committed
wip-try inputs dirctly
1 parent 2c9d9da commit 79ef51b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 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 ${{inputs.remoteUrl}}
3636
shell: bash
3737
- name: Push to Dgit
3838
run: |
39-
git push dgit $INPUT_BRANCH
39+
git push dgit ${{inputs.branch}}
4040
shell: bash
4141
env:
4242
DGIT_WALLET: ${{inputs.dgitWallet}}

0 commit comments

Comments
 (0)