Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Aug 5, 2022
1 parent 5180923 commit 9230761
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:
uses: github.com/simlecode/venus/.github/workflows/[email protected]/test_ci
uses: simlecode/venus/.github/workflows/[email protected]/test_ci
with:
repo_name: ${GITHUB_REPOSITORY##*/}
bin_name: 'venus-messager'
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.com/simlecode/venus/.github/workflows/[email protected]/test_ci
uses: simlecode/venus/.github/workflows/[email protected]/test_ci
with:
repo_name: ${GITHUB_REPOSITORY##*/}

0 comments on commit 9230761

Please sign in to comment.