Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
feat: fix typo in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Aug 26, 2022
1 parent b0ab235 commit d0d3795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
repo_description: Get pinkoi coins everyday
repo_license: MIT
repo-description: Get pinkoi coins everyday
repo-license: MIT
tag:
name: Add tags to repository
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit d0d3795

Please sign in to comment.