Skip to content

Commit

Permalink
Merge dcfe114 into 83bcf9b
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Aug 9, 2020
2 parents 83bcf9b + dcfe114 commit 58fcaf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -91,7 +91,9 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CURRENT_BRANCH_NAME: ${{ github.ref }}
PUSH_NUMBER: ${{ github.event.push.number }}
run: |
echo "Push #${PUSH_NUMBER}"
echo "[BEFORE]CURRENT_BRANCH_NAME=${CURRENT_BRANCH_NAME}"
export CURRENT_BRANCH_NAME="${CURRENT_BRANCH_NAME#refs/heads/}"
echo " [AFTER]CURRENT_BRANCH_NAME=${CURRENT_BRANCH_NAME}"
Expand All @@ -103,7 +105,9 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CURRENT_BRANCH_NAME: ${{ github.base_ref }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
echo "PR #${PR_NUMBER}"
export CI_BRANCH="PR-$CURRENT_BRANCH_NAME"
echo "Rull request to the '${CURRENT_BRANCH_NAME}' branch"
.github/workflows/sbt-build.sh core 2.13.3

0 comments on commit 58fcaf7

Please sign in to comment.