Skip to content

Commit

Permalink
Merge branch 'vkmc-coveralls-job-update' of https://github.com/infraw…
Browse files Browse the repository at this point in the history
…atch/sg-core into release-prep-1.5.5
  • Loading branch information
vkmc committed Aug 26, 2024
2 parents 1694ee2 + c1ad7e0 commit 697d7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: update PR with coveralls badge
uses: actions/github-script@v7
uses: actions/github-script@v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
var BRANCH_NAME = process.env.BRANCH_NAME;
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 697d7d2

Please sign in to comment.