adjust bundlewatch action config (#3243)

This commit is contained in:
Evan Jacobs
2020-08-30 19:17:33 -04:00
committed by GitHub
parent 106e5bbcf5
commit a6b14070c4

View File

@@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Setup node
uses: actions/setup-node@v1
with:
@@ -54,7 +49,3 @@ jobs:
if: matrix.node == '10'
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
CI_BRANCH: ${{ steps.extract_branch.outputs.branch }}
CI_COMMIT_SHA: ${{ github.sha }}
CI_REPO_NAME: ${{ github.event.repository.name }}
CI_REPO_OWNER: ${{ github.repository_owner }}