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 f853ed1 commit 367b786Copy full SHA for 367b786
.github/workflows/pr-deploy-preview.yml
@@ -11,10 +11,6 @@ permissions:
11
id-token: write
12
pull-requests: write
13
14
-concurrency:
15
- group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
16
- cancel-in-progress: false
17
-
18
env:
19
HUGO_BASEURL: "https://preview-developer.espressif.com/pr${{ github.event.workflow_run.pull_requests[0].number }}/"
20
@@ -26,6 +22,11 @@ jobs:
26
22
github.event.workflow_run.conclusion == 'success'
27
23
28
24
steps:
25
+ - name: Debug: List workflow details
+ run: |
+ echo "Workflow name: ${{ github.event.workflow_run.name }}"
+ echo "Pull request: ${{ github.event.workflow_run.pull_requests[0].number }}"
29
+
30
- name: Download artifacts
31
uses: actions/download-artifact@v3
32
with:
0 commit comments