Skip to content

Commit 3b6d9e1

Browse files
authored
use upstream action tool (opea-project#2144)
Signed-off-by: chensuyue <[email protected]>
1 parent 57d85a4 commit 3b6d9e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/push-infra-issue-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "EOF" >> $GITHUB_ENV
4343
4444
- name: Create Issue
45-
uses: daisy-ycguo/create-issue-action@stable
45+
uses: dacbd/create-issue-action@main
4646
with:
4747
token: ${{ secrets.ACTION_TOKEN }}
4848
owner: opea-project

WorkflowExecAgent/tests/example_workflow/Dockerfile.example_workflow_api

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (C) 2025 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
FROM ubuntu:22.04
25

36
RUN apt-get -qq update

0 commit comments

Comments
 (0)