Skip to content

Commit

Permalink
feat: change ci to cite abs path of workflowAction
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Sep 5, 2022
1 parent 0d92676 commit a263ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_upload:
uses: ./.github/workflows/common_build_upload.yml
uses: filecoin-project/venus/.github/workflows/common_build_upload.yml
with:
bin_name: 'venus'
has_ffi: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:
jobs:

build_docker_image:
uses: ./.github/workflows/common_docker_image.yml
uses: filecoin-project/venus/.github/workflows/common_docker_image.yml
secrets:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}

0 comments on commit a263ae8

Please sign in to comment.