Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Jun 10, 2020
1 parent e0ee14c commit 30444df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.client_payload.slash_command.ref }}
- name: Resolve version and tag
- name: Resolve version, tag and push
uses: ./
with:
script: |
Expand All @@ -41,9 +41,9 @@ jobs:
with:
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
body: |
Pushed tag [`${{ $github.event.client_payload.slash_command.arg1 }}`][tag]
Pushed tag [`${{ github.event.client_payload.slash_command.arg1 }}`][tag]
[tag]: https://github.com/${{ github.repository }}/tree/${{ $github.event.client_payload.slash_command.arg1 }}
[tag]: https://github.com/${{ github.repository }}/tree/${{ github.event.client_payload.slash_command.arg1 }}
reactions: hooray
- name: Add reaction to command comment on failure
uses: peter-evans/create-or-update-comment@v1
Expand Down

0 comments on commit 30444df

Please sign in to comment.