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 38e8783 commit 8d1e7c0Copy full SHA for 8d1e7c0
1 file changed
action.yml
@@ -23,7 +23,7 @@ inputs:
23
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
24
runs:
25
using:
26
- composite
+ "composite"
27
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
@@ -32,11 +32,11 @@ runs:
32
shell: bash
33
- name: Add Remote
34
run: |
35
- git remote add dgit ${{INPUT_REMOTURL}}
+ 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}}
0 commit comments