try again
This commit is contained in:
parent
403fa7fbc9
commit
51e4db7d70
1 changed files with 1 additions and 2 deletions
3
.github/actions/check_style/action.yml
vendored
3
.github/actions/check_style/action.yml
vendored
|
@ -21,8 +21,7 @@ runs:
|
|||
run: |
|
||||
cargo install squawk --git https://github.com/sbdchd/squawk --tag v0.26.0
|
||||
modified_migrations=$(git diff --name-only origin/$GITHUB_BASE_REF...origin/$GITHUB_HEAD_REF 'crate/collab/migrations/*.sql')
|
||||
|
||||
SQUAWK_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
SQUAWK_GITHUB_TOKEN=${{ github.token }}
|
||||
SQUAWK_GITHUB_REPO_OWNER=$(echo $GITHUB_REPOSITORY | awk -F/ '{print $1}')
|
||||
SQUAWK_GITHUB_REPO_NAME=$(echo $GITHUB_REPOSITORY | awk -F/ '{print $2}')
|
||||
SQUAWK_GITHUB_PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue