Skip to content

Commit

Permalink
Merge pull request spidernet-io#3745 from spidernet-io/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/dacbd/create-issue-action-2.0.0

build(deps): bump dacbd/create-issue-action from 1.2.1 to 2.0.0
  • Loading branch information
weizhoublue committed Aug 8, 2024
2 parents 60854ae + 7ce4bd6 commit 2a45620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-diff-k8s-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-nightly-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-upgrade-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a45620

Please sign in to comment.