diff --git a/.github/workflows/ci-failure-comment.yml b/.github/workflows/ci-failure-comment.yml index ceabeee1c967..f724447fd8aa 100644 --- a/.github/workflows/ci-failure-comment.yml +++ b/.github/workflows/ci-failure-comment.yml @@ -17,6 +17,8 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} + name: pr_num + path: ./pr_num - name: Read the pr_num file id: pr_num_reader diff --git a/.github/workflows/write-labels.yml b/.github/workflows/write-labels.yml index 5342768784c4..5d372a60fdbf 100644 --- a/.github/workflows/write-labels.yml +++ b/.github/workflows/write-labels.yml @@ -20,6 +20,8 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} + name: labels + path: ./labels - name: Read json file id: json_reader