Skip to content

Commit

Permalink
forgot bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 23, 2021
1 parent 313b210 commit ab4baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Send announcements to matrix
run: |
commit=$(git log --since "24 hours ago" --format=%H | tail -n 1)
ruby bin/news.rb -p "${commit}~1" --matrix-post
bundle exec ruby bin/news.rb -p "${commit}~1" --matrix-post
env:
MATRIX_ACCESS_TOKEN: ${{ github.matrix_access_token }}

0 comments on commit ab4baef

Please sign in to comment.