Skip to content

Commit

Permalink
wip-try inputs dirctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hTrap committed Oct 26, 2020
1 parent 2c9d9da commit 79ef51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ runs:
shell: bash
- name: Add Remote
run: |
git remote add dgit $INPUT_REMOTEURL
git remote add dgit ${{inputs.remoteUrl}}
shell: bash
- name: Push to Dgit
run: |
git push dgit $INPUT_BRANCH
git push dgit ${{inputs.branch}}
shell: bash
env:
DGIT_WALLET: ${{inputs.dgitWallet}}

0 comments on commit 79ef51b

Please sign in to comment.