Skip to content

Commit 0782cf6

Browse files
committed
ci: use built in env vars
1 parent b1d7306 commit 0782cf6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ jobs:
124124
BRANCH: ${{ github.ref }}
125125
TOKEN: ${{ secrets.OPENCOV_TOKEN }}
126126
COVERALLS_ENDPOINT: ${{ secrets.OPENCOV_ENDPOINT }}
127-
RUN_NUMBER: ${{ github.run_id }}
128127
run: |
129128
MIX_ENV=test mix coveralls.post \
130-
--name github-actions \
131-
--build "$RUN_NUMBER" \
129+
--name github \
130+
--build "$GITHUB_RUN_ID" \
132131
--sha "$SHA" \
133132
--committer "$(git log -1 $SHA --pretty=format:'%cN')" \
134133
--message "$(git log -1 $SHA --pretty=format:'%s')" \

0 commit comments

Comments
 (0)