File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
steps :
8
8
- name : Get current star count
9
9
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/mesheryctl-service-mesh-patterns-action ' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
11
11
- name : Notify slack
12
12
env :
13
13
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
14
14
uses : pullreminders/slack-action@master
15
15
with :
16
- args : ' {\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred <new-repo> ! (https://github.com/layer5io/meshery /stargazers) Total ⭐️: ${{env.STARS}}\"}'
16
+ args : ' {\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred mesheryctl-service-mesh-patterns-action ! (https://github.com/layer5io/mesheryctl-service-mesh-patterns-action /stargazers) Total ⭐️: ${{env.STARS}}\"}'
You can’t perform that action at this time.
0 commit comments