Skip to content

Commit b31ae39

Browse files
authored
Merge pull request #4 from amino19/aminos
[CI] Slack.yml updated
2 parents 86e3d72 + 654a4d0 commit b31ae39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- name: Get current star count
99
run: |
10-
echo ::set-env name=STARS::$(curl --silent 'https://api.github.com/repos/layer5io/meshery' -H 'Accept: application/vnd.github.preview' | jq '.watchers_count')
10+
echo ::set-env name=STARS::$(curl --silent 'https://api.github.com/repos/layer5io/preview-layer5' -H 'Accept: application/vnd.github.preview' | jq '.watchers_count')
1111
- name: Notify slack
1212
env:
1313
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
1414
uses: pullreminders/slack-action@master
1515
with:
16-
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"Someone just starred <new-repo>! (https://github.com/layer5io/meshery/stargazers) Total ⭐️: ${{env.STARS}}\"}'
16+
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"Someone just starred <new-repo>! (https://github.com/layer5io/preview-layer5/stargazers) Total ⭐️: ${{env.STARS}}\"}'

0 commit comments

Comments
 (0)