Skip to content
Open
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
21 changes: 14 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
name: test
on:
push:
tags:
- v*
on: pull_request
jobs:
test:
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
contents: write
steps:
- run: echo "$PAYLOAD"
env:
PAYLOAD: ${{ toJson(github.event) }}
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- run: mkdir fooo
- run: echo bar > fooo/bar.txt
- run: echo zoo > fooo/zoo.txt
# - uses: suzuki-shunsuke/commit-action@87b297f0ce551411b43d1880f4fb3cbc60381055 # v0.0.14
- uses: suzuki-shunsuke/commit-action@pr/257
with:
files: fooo
1 change: 1 addition & 0 deletions fooo/bar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bar
1 change: 1 addition & 0 deletions fooo/zoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zoo