We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1e7c0 commit 2c9d9daCopy full SHA for 2c9d9da
1 file changed
action.yml
@@ -32,11 +32,11 @@ runs:
32
shell: bash
33
- name: Add Remote
34
run: |
35
- git remote add dgit ${{INPUT_REMOTEURL}}
+ git remote add dgit $INPUT_REMOTEURL
36
37
- name: Push to Dgit
38
39
- git push dgit ${{INPUT_BRANCH}}
+ git push dgit $INPUT_BRANCH
40
41
env:
42
- DGIT_WALLET: ${{INPUT_DGITWALLET}}
+ DGIT_WALLET: ${{inputs.dgitWallet}}
0 commit comments