Skip to content

Commit

Permalink
ci: publish の checkout に ref オプションを追加して inputs.sha を指定 (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Dec 28, 2023
1 parent 3d1579b commit e919ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.sha }}

- name: Docker meta
id: meta
Expand Down

0 comments on commit e919ee1

Please sign in to comment.