File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Quick Check
5353 id : quickcheck
5454 run : |
55+ echo "netmakerbranch: ${{ inputs.netmakerbranch }}"
56+ echo "netclientbranch: ${{ inputs.netclientbranch }}"
5557 wget -O nm-quick-develop.sh https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh
5658 wget -O nm-quick-branch.sh https://raw.githubusercontent.com/gravitl/netmaker/${{ inputs.netmakerbranch }}/scripts/nm-quick.sh
5759 diff ./nm-quick-develop.sh ./nm-quick-branch.sh > output.txt || echo "There is a difference between the two files" > output.txt
Original file line number Diff line number Diff line change 8484 uses : ./.github/workflows/terraform.yml
8585 with :
8686 netclientbranch : ${{ inputs.netclientbranch }}
87- netmakerbranch : ${{ inputs.netmakerbranch }}
87+ netmakerbranch : ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.head_ref }}
8888 server : ${{ needs.getserver.outputs.server }}
8989 secrets : inherit
9090
You can’t perform that action at this time.
0 commit comments