Skip to content

Commit

Permalink
Fix bundlewatch
Browse files Browse the repository at this point in the history
  • Loading branch information
crubier committed Jun 30, 2021
1 parent df7129a commit 05cab40
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 @@ -181,7 +181,7 @@ jobs:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
CI_REPO_OWNER: labelflow
CI_REPO_NAME: labelflow
CI_COMMIT_SHA: ${{ github.sha }}
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
CI_BRANCH: ${{ github.ref }}
CI_BRANCH_BASE: refs/heads/main

Expand Down

0 comments on commit 05cab40

Please sign in to comment.