Skip to content

Commit

Permalink
Prepare release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsotnychenko committed Feb 28, 2020
1 parent 7bee8b4 commit b82714e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v1
- id: set_state_in_progress
name: Set deployment status to [in_progress]
uses: rsotnychenko/[email protected].0
uses: rsotnychenko/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GAE
Expand All @@ -51,7 +51,7 @@ jobs:
- id: set_state_final
if: always()
name: Set deployment status
uses: rsotnychenko/[email protected].0
uses: rsotnychenko/[email protected].2
with:
status: ${{ job.status }}
env:
Expand Down

0 comments on commit b82714e

Please sign in to comment.