File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ runs:
2929 ls -la ${{ github.action_path }}
3030 ls -la .github/actions/build/ || echo "Path doesn't exist"
3131 ls -la github-actions/.github/actions/build/ || echo "Path doesn't exist"
32- ls -la ${{ github.action_path }}/../.. /dependencies/ || echo "Path doesn't exist"
32+ ls -la .github/actions /dependencies/ || echo "Path doesn't exist"
3333
3434 - name : Setup Java and Maven
35- uses : ${{ github.action_path }}/../.. /dependencies/setup-java
35+ uses : .github/actions /dependencies/setup-java
3636 with :
3737 javaVersion : ${{ inputs.javaVersion }}
3838
@@ -45,17 +45,17 @@ runs:
4545 maven-
4646
4747 - name : Install yq
48- uses : ${{ github.action_path }}/../.. /dependencies/install-yq
48+ uses : .github/actions /dependencies/install-yq
4949 with :
5050 architecture : ${{ inputs.runnerArch }}
5151
5252 - name : Install Shellcheck
53- uses : ${{ github.action_path }}/../.. /dependencies/install-shellcheck
53+ uses : .github/actions /dependencies/install-shellcheck
5454 with :
5555 architecture : ${{ inputs.runnerArch }}
5656
5757 - name : Install Helm
58- uses : ${{ github.action_path }}/../.. /dependencies/install-helm
58+ uses : .github/actions /dependencies/install-helm
5959
6060 - name : Build binaries
6161 shell : bash
Original file line number Diff line number Diff line change 3939 # We uses default Java and Maven versions defined in the action
4040 # To change Java and Maven Version change them directly in the action
4141 - name : Setup Java and Maven
42- uses : ${{ github.action_path }}/../.. /dependencies/setup-java
42+ uses : .github/actions /dependencies/setup-java
4343 with :
4444 javaVersion : ${{ inputs.javaVersion }}
4545
5252 maven-
5353
5454 - name : Install yq
55- uses : ${{ github.action_path }}/../.. /dependencies/install-yq
55+ uses : .github/actions /dependencies/install-yq
5656 with :
5757 architecture : ${{ inputs.runnerArch }}
5858
You can’t perform that action at this time.
0 commit comments