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

Commit

Permalink
Merge pull request #9 from gha-trigger/chore/pin-version
Browse files Browse the repository at this point in the history
chore: pin action version
  • Loading branch information
suzuki-shunsuke authored Sep 10, 2022
2 parents 9638a06 + eeaa95c commit 948bd29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ outputs:
runs:
using: composite
steps:
- uses: gha-trigger/step-summary-action@main
- uses: gha-trigger/step-summary-action@v0.1.0
with:
data: ${{inputs.data}}
- uses: gha-trigger/set-env-action@main
- uses: gha-trigger/set-env-action@v0.1.0
with:
data: ${{inputs.data}}

Expand All @@ -70,7 +70,7 @@ runs:
app_id: ${{inputs.app_id}}
private_key: ${{inputs.app_private_key}}

- uses: suzuki-shunsuke/update-commit-status-action@main
- uses: suzuki-shunsuke/update-commit-status-action@v0.1.0
if: env.GHA_COMMIT_STATUS_SHA
with:
repo_owner: ${{env.GHA_REPOSITORY_OWNER}}
Expand Down

0 comments on commit 948bd29

Please sign in to comment.