-
-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use github status updater * workaround * use rusn syntax * use with * use with * use with * update sha * use arg * hack the context * hack the context * dispatch commands to actions * move reactions to upstream
- Loading branch information
Showing
2 changed files
with
2 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,14 +28,10 @@ jobs: | |
with: | ||
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} | ||
reaction-token: ${{ secrets.GITHUB_TOKEN }} | ||
repository: cloudposse/actions | ||
commands: test | ||
permission: none | ||
issue-type: pull-request | ||
reactions: false | ||
|
||
- name: "Add reaction" | ||
uses: cloudposse/actions/github/[email protected] | ||
with: | ||
comment-id: ${{ github.event.comment.id }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
reaction-type: "+1" | ||
|
This file was deleted.
Oops, something went wrong.