diff options
author | 2022-09-13 20:56:36 +0000 | |
---|---|---|
committer | 2022-09-13 20:56:36 +0000 | |
commit | 638dac9c797e0bbf1b86a5a443b18a445fd9261a (patch) | |
tree | 32a5835a196c676877b1e6d620563589702e6943 | |
parent | fa89c71e98bf8e512996bed308ea95c441ec087d (diff) | |
download | astro-638dac9c797e0bbf1b86a5a443b18a445fd9261a.tar.gz astro-638dac9c797e0bbf1b86a5a443b18a445fd9261a.tar.zst astro-638dac9c797e0bbf1b86a5a443b18a445fd9261a.zip |
fix: typo in snapshot ref checkout (#4745)
-rw-r--r-- | .github/workflows/snapshot-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 3e2f3828e..b876a7acf 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -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 |