Skip to content

Commit

Permalink
Update slack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote authored Mar 21, 2021
1 parent ced6da4 commit ffb81bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Get current star count
run: |
echo ::set-env name=STARS::$(curl --silent 'https://api.github.com/repos/layer5io/image-hub' -H 'Accept: application/vnd.github.preview' | jq '.watchers_count')
echo "STARS=$(curl --silent 'https://api.github.com/repos/layer5io/image-hub' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
- name: Notify slack
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit ffb81bc

Please sign in to comment.