Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Johnson committed Jan 13, 2021
1 parent 47d4d66 commit f44361f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
heroku_email: "mjohn174@gmail.com"
- name: Update result to Deployment API
if: always()
uses: unacast/actions-github-deployment-status@[version]
uses: unacast/actions-github-deployment-status@latest
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
Expand All @@ -73,7 +73,7 @@ jobs:
heroku_email: "mjohn174@gmail.com"
- name: Update result to Deployment API
if: always()
uses: unacast/actions-github-deployment-status@[version]
uses: unacast/actions-github-deployment-status@latest
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
Expand Down

0 comments on commit f44361f

Please sign in to comment.