Skip to content

Switch to pulling alpine from public ECR to prevent rate limiting #88

Switch to pulling alpine from public ECR to prevent rate limiting

Switch to pulling alpine from public ECR to prevent rate limiting #88

Workflow file for this run

on:
pull_request:
jobs:
test-action:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: psalm-baseline-progress-action
id: psalm-baseline-progress-action
uses: ./
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v2
with:
message: ${{ steps.psalm-baseline-progress-action.outputs.output_message }}
comment_tag: 'psalm_baseline_score_comment'
create_if_not_exists: ${{ steps.psalm-baseline-progress-action.outputs.score_diff != 0 }} # Only create comment when baseline score changed, but always update existing comment