Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: peter-evans/create-issue-from-file@v4
id: spawn-latest
with:
title: Spawn `${{ matrix.stack }}` latest commit to cloud
title: Spawn `main` branch of `${{ matrix.stack }}` to cloud
content-filepath: ./.github/issue-spawn-latest.md

- uses: actions/setup-go@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/carry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

- uses: actions/checkout@v2

- uses: peter-evans/create-issue-from-file@v4
- uses: peter-evans/create-issue-from-file@v4
id: spawn-release
with:
title: Spawn `${{ matrix.stack }}` release ${{ github.event.release.name }} to cloud
content-filepath: ./.github/issue-spawn-release.md
with:
title: Release ${{ github.event.release.name }} of `${{ matrix.stack }}`
content-filepath: ./.github/issue-spawn-release.md

- uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: peter-evans/create-issue-from-file@v4
id: clean-sandbox
with:
title: Clean up sandbox \#${{ github.event.number }} of `${{ matrix.stack }}`
title: Clean up sandbox pr${{ github.event.number }} of `${{ matrix.stack }}`
content-filepath: ./.github/issue-clean-sandbox.md

- uses: peter-evans/create-or-update-comment@v2
Expand Down