Skip to content

Commit

Permalink
adjust bundlewatch action config (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Aug 30, 2020
1 parent 106e5bb commit a6b1407
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit a6b1407

Please sign in to comment.