File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
./create-ci-env.sh \
61
61
--kube-proxy ${{ matrix.config.kube-proxy}} \
62
62
--talos-version ${{ matrix.talos }} \
63
- --pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job_id }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
63
+ --pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
64
64
--owner "isovalent/terraform-aws-talos"
65
65
make apply
66
66
- name : Install Cilium CLI
Original file line number Diff line number Diff line change 57
57
./create-ci-env.sh \
58
58
--kube-proxy ${{ matrix.config.kube-proxy}} \
59
59
--talos-version ${{ matrix.talos }} \
60
- --pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job_id }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
60
+ --pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
61
61
--owner "isovalent/terraform-aws-talos"
62
62
make apply
63
63
- name : Install Cilium CLI
You can’t perform that action at this time.
0 commit comments