You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This commit fixes the issue in the GitHub Actions workflow where the "Slack Notify on Star" job was failing. The problem was related to the Slack.yaml configuration, which has been updated to ensure the job runs successfully.
Fixeslayer5io#11
Signed-off-by: Akhilender <[email protected]>
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"Someone just starred <new-repo>! (https://github.com/layer5io/preview-layer5/stargazers) Total ⭐️: ${{env.STARS}}\"}'
19
+
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{github.repository}}! (https://github.com/${{github.repository}}/stargazers) Total ⭐️: ${{env.STARS}}\"}'
0 commit comments