0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

fix: typo in snapshot ref checkout (#4745)

This commit is contained in:
Tony Sullivan 2022-09-13 20:56:36 +00:00 committed by GitHub
parent fa89c71e98
commit 638dac9c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ steps.refs.outputs.base_ref }}
ref: ${{ steps.refs.outputs.head_ref }}
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.1