Skip to content

Commit

Permalink
updated slack.yml
Browse files Browse the repository at this point in the history
Signed-off-by: debjani1413 <[email protected]>
  • Loading branch information
debjani1413 committed Jun 30, 2021
1 parent 49e040e commit 66e1a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
steps:
- name: Get current star count
run: |
echo "STARS=$(curl --silent 'https://api.github.com/repos/layer5io/meshsync' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
echo "STARS=$(curl --silent 'https://api.github.com/repos/meshery/meshsync' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
- name: Notify slack
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: pullreminders/slack-action@master
with:
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"Someone just starred MeshSync! (https://github.com/layer5io/meshsync/stargazers) Total ⭐️: ${{env.STARS}}\"}'
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"Someone just starred MeshSync! (https://github.com/meshery/meshsync/stargazers) Total ⭐️: ${{env.STARS}}\"}'

0 comments on commit 66e1a66

Please sign in to comment.