diff --git a/.github/workflows/auto-diff-k8s-ci.yaml b/.github/workflows/auto-diff-k8s-ci.yaml index 0da1b5948a..d940feb67e 100644 --- a/.github/workflows/auto-diff-k8s-ci.yaml +++ b/.github/workflows/auto-diff-k8s-ci.yaml @@ -200,7 +200,7 @@ jobs: echo "TIMESTAMP=`date +%Y-%m-%d`" >> $GITHUB_ENV - name: create an issue - uses: dacbd/create-issue-action@v1.2.1 + uses: dacbd/create-issue-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "Nightly K8s Matrix CI ${{ ENV.TIMESTAMP }}: Failed" diff --git a/.github/workflows/auto-nightly-ci.yaml b/.github/workflows/auto-nightly-ci.yaml index 7abe356ce7..be49301c60 100644 --- a/.github/workflows/auto-nightly-ci.yaml +++ b/.github/workflows/auto-nightly-ci.yaml @@ -199,7 +199,7 @@ jobs: echo "TIMESTAMP=`date +%Y-%m-%d`" >> $GITHUB_ENV - name: create an issue - uses: dacbd/create-issue-action@v1.2.1 + uses: dacbd/create-issue-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "Night CI ${{ ENV.TIMESTAMP }}: Failed" diff --git a/.github/workflows/auto-upgrade-ci.yaml b/.github/workflows/auto-upgrade-ci.yaml index a0239d0691..2b9b13ac1e 100644 --- a/.github/workflows/auto-upgrade-ci.yaml +++ b/.github/workflows/auto-upgrade-ci.yaml @@ -402,7 +402,7 @@ jobs: echo "TIMESTAMP=`date +%Y-%m-%d`" >> $GITHUB_ENV - name: create an issue - uses: dacbd/create-issue-action@v1.2.1 + uses: dacbd/create-issue-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "upgrade CI ${{ ENV.TIMESTAMP }}: Failed"