Skip to content

Commit

Permalink
Merge branch 'master' into cmd/test
Browse files Browse the repository at this point in the history
  • Loading branch information
up-to-date-action-staging[bot] authored May 8, 2024
2 parents 02ba29c + b286442 commit 6094a69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 108 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
command: ${{ fromJson(needs.cmd-check.outputs.commands) }}
name: Run command
steps:
- uses: paritytech/cmd-action/run@parse-comment
- uses: paritytech/cmd-action/run@error/report-with-comment
with:
branch: ${{ needs.cmd-check.outputs.branch }}
command: ${{ matrix.command }}
pr-number: ${{ github.event.issue.number || github.event.pull_request.number }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: cmd-action - changes
branch: ${{ needs.cmd-check.outputs.branch }}
39 changes: 0 additions & 39 deletions .github/workflows/example.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/review-trigger.yml

This file was deleted.

0 comments on commit 6094a69

Please sign in to comment.