diff --git a/action.yml b/action.yml index 2fc475e..fc46ec9 100644 --- a/action.yml +++ b/action.yml @@ -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}}