diff --git a/.github/workflows/pr-main.yml b/.github/workflows/pr-main.yml index 60e59452..913244d9 100644 --- a/.github/workflows/pr-main.yml +++ b/.github/workflows/pr-main.yml @@ -20,7 +20,7 @@ jobs: name: test - node.js ${{ matrix.node-version }} steps: - name: check - run: echo ${{ github.run_id }}-${{ github.run_attempt }} + run: echo ${{ github.run_id }}-${{ github.run_attempt }}-${{ job.container.id }} - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: