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 017b1f9 commit 2d46887Copy full SHA for 2d46887
.github/workflows/examples-application-testing-vm.yml
@@ -76,13 +76,10 @@ jobs:
76
with:
77
path: examples-directory
78
79
+ # Actions checkout@v4 flakes as the repo contains non-resolving symlinks for the EE version
80
- name: Checkout Green Metrics Tool
- uses: actions/checkout@v4
81
- with:
82
- repository: green-coding-solutions/green-metrics-tool
83
- submodules: 'true'
84
- path: green-metrics-tool
85
- ref: main
+ run: |
+ git checkout https://github.com/green-coding-solutions/green-metrics-tool
86
87
- name: Energy Estimation - Get Measurement
88
uses: green-coding-solutions/eco-ci-energy-estimation@main
0 commit comments