Skip to content

PR workflow

PR workflow #4

Workflow file for this run

name: PR
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
needs: [build]
permissions:
packages: write
name: Retag
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- id: vars
uses: ./
- name: Echo PR number
run: echo "PR: ${{ steps.vars.outputs.pr }}"

Check failure on line 23 in .github/workflows/pr-open.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-open.yml

Invalid workflow file

You have an error in your yaml syntax on line 23