We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a937e1b commit cecb68eCopy full SHA for cecb68e
.github/workflows/development.yml
@@ -252,7 +252,7 @@ jobs:
252
with:
253
github_token: ${{ secrets.GITHUB_TOKEN }}
254
publish_dir: ./src/ui/out
255
- destination_dir: ui/pr/${{ github.ref_name }}
+ destination_dir: ui/pr/${{ steps.build.outputs.pr_number }}
256
keep_files: false
257
user_name: ${{ github.actor }}
258
user_email: ${{ github.actor }}@users.noreply.github.com
0 commit comments