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 #21 from gha-trigger/chore/update-deps-2
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
suzuki-shunsuke authored Sep 22, 2022
2 parents 4470ad7 + 22febdf commit aec7704
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 aec7704

Please sign in to comment.