Skip to content

Commit

Permalink
wip-try inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
hTrap committed Oct 26, 2020
1 parent 8d1e7c0 commit 2c9d9da
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 @@ -32,11 +32,11 @@ runs:
shell: bash
- name: Add Remote
run: |
git remote add dgit ${{INPUT_REMOTEURL}}
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}}
DGIT_WALLET: ${{inputs.dgitWallet}}

0 comments on commit 2c9d9da

Please sign in to comment.