We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc874a commit 51cdacdCopy full SHA for 51cdacd
.github/workflows/eden.yml
@@ -16,4 +16,5 @@ jobs:
16
uses: ./.github/workflows/test.yml
17
with:
18
eve_image: "lfedge/eve:13.3.0"
19
+ eden_version: ${{ github.event.pull_request.head.sha }}
20
secrets: inherit
.github/workflows/eden_setup.yml
@@ -17,6 +17,8 @@ jobs:
ip a
- name: get eden
uses: actions/checkout@v4.1.1
+ with:
21
+ ref: ${{ github.event.pull_request.head.sha }}
22
- name: Set up Docker Buildx
23
uses: docker/setup-buildx-action@v3
24
- name: Set up QEMU
@@ -47,6 +49,8 @@ jobs:
47
49
48
50
51
52
53
54
55
56
0 commit comments