Skip to content

Commit

Permalink
Merge pull request #135 from mackerelio/deplicated-job-number
Browse files Browse the repository at this point in the history
Fix: Input 'job-number' has been deprecated with message: use flag-name instead
  • Loading branch information
ne-sachirou authored Apr 21, 2022
2 parents 6958765 + e2cf841 commit 75993d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-profile: profile.cov
parallel: true
job-number: ${{ strategy.job-index }}
flag-name: Go-${{ matrix.os }}-${{ matrix.go }}
finish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75993d0

Please sign in to comment.