Skip to content

Commit

Permalink
feat: checkout 태그기반 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Aug 3, 2024
1 parent 97c17a1 commit 4fb7c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-prod-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag }}
# with:
# ref: ${{ github.event.inputs.tag }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 4fb7c5d

Please sign in to comment.