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 2c9d9da commit 79ef51bCopy full SHA for 79ef51b
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 ${{inputs.remoteUrl}}
36
37
- name: Push to Dgit
38
39
- git push dgit $INPUT_BRANCH
+ git push dgit ${{inputs.branch}}
40
41
env:
42
DGIT_WALLET: ${{inputs.dgitWallet}}
0 commit comments