Skip to content

Commit 445c5fc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b76279c + eb1c0a8 commit 445c5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slack.yml

+2-2
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 "STARS=$(curl --silent 'https://api.github.com/repos/layer5io/meshery' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
10+
echo "STARS=$(curl --silent 'https://api.github.com/repos/layer5io/kubeopenapi-jsonschema' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
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 kubeopenapi-jsonschema! (https://github.com/layer5io/kubeopenapi-jsonschema/stargazers) Total ⭐️: ${{env.STARS}}\"}'

0 commit comments

Comments
 (0)