Skip to content

Commit

Permalink
chore(pie-monorepo): DSW-000 revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siggery committed Jul 25, 2024
1 parent f8004b9 commit 983081d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changeset-snapshot/test-aperture.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ module.exports = async ({ github, context }, execa) => {
repo: 'pie-aperture',
event_type: 'pie-trigger',
client_payload: {
'pie-branch': process.env.GITHUB_REF_NAME,
'pie-branch': process.env.PIE_BRANCH,
'pie-pr-number': process.env.PIE_PR_NUMBER,
'snapshot-version': snapshotVersion,
'snapshot-packages': packageNames.join(' ')
}
Expand Down

0 comments on commit 983081d

Please sign in to comment.