Skip to content

Commit 2d46887

Browse files
committed
Actions checkout@v4 flakes as the repo contains non-resolving symlinks for the EE version
1 parent 017b1f9 commit 2d46887

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/examples-application-testing-vm.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,10 @@ jobs:
7676
with:
7777
path: examples-directory
7878

79+
# Actions checkout@v4 flakes as the repo contains non-resolving symlinks for the EE version
7980
- name: Checkout Green Metrics Tool
80-
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
81+
run: |
82+
git checkout https://github.com/green-coding-solutions/green-metrics-tool
8683
8784
- name: Energy Estimation - Get Measurement
8885
uses: green-coding-solutions/eco-ci-energy-estimation@main

0 commit comments

Comments
 (0)