Skip to content

Commit 3c2f7b4

Browse files
authored
Fix postmerge CI (#3)
1 parent 70adcf0 commit 3c2f7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- name: Checkout action repository
2727
uses: actions/checkout@v4
2828
with:
29-
repository: intel/orch-ci
29+
repository: open-edge-platform/orch-ci
3030
path: ci
3131
ref: "0.1.0"
3232
token: ${{ secrets.SYS_ORCH_GITHUB }}
3333

3434
# TODO: maybe we can simplify and avoid the heavy lifting of the bootstrap action
35-
- name: Set enviroment
35+
- name: Set environment
3636
uses: open-edge-platform/orch-ci/.github/actions/[email protected]
3737
with:
3838
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}

0 commit comments

Comments
 (0)