Skip to content

Commit

Permalink
debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jul 14, 2023
1 parent bf4a85e commit 2e38930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
with:
infile: coverage.out
outfile: coverage.lcov
if: "matrix.os == 'ubuntu-latest'"
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Send coverage to coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov
if: "matrix.os == 'ubuntu-latest'"
if: ${{ matrix.os == 'ubuntu-latest' }}
1 change: 1 addition & 0 deletions .github/workflows/create_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "count: ${{ steps.check_pr.outputs.count }}"
gh pr create \
-B main \
-t 'Release v${{ steps.check_pr.outputs.tag }} ${{ steps.check_pr.outputs.message }}' \
Expand Down

0 comments on commit 2e38930

Please sign in to comment.