Skip to content

Commit

Permalink
updated module for ping action
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Apr 13, 2021
1 parent 25f971b commit efb0efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
token: ${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }}
repository: ${{ matrix.repository }}
event-type: ap-new-version-released-event
client-payload: '{ "group": "com.agorapulse", "module": "notification", "version": "${{ steps.version.outputs.tag }}", "property" : "remember.version", "github" : ${{ toJson(github) }} }'
client-payload: '{ "group": "com.agorapulse", "module": "remember", "version": "${{ steps.version.outputs.tag }}", "property" : "remember.version", "github" : ${{ toJson(github) }} }'

0 comments on commit efb0efb

Please sign in to comment.