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

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 22, 2022
1 parent 4470ad7 commit 22febdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ outputs:
runs:
using: composite
steps:
- uses: gha-trigger/set-env-action@v0.1.1
- uses: gha-trigger/set-env-action@v0.1.2
with:
data: ${{inputs.data}}

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

- uses: gha-trigger/commit-status-action@v0.1.0
- uses: gha-trigger/commit-status-action@v0.1.1
with:
github_token: ${{steps.generate_token.outputs.token}}
start_workflow: ${{inputs.start_workflow}}
Expand Down

0 comments on commit 22febdf

Please sign in to comment.