diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..f4bf862e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,16 @@ --- name: test -on: - push: - tags: - - v* +on: pull_request jobs: test: runs-on: ubuntu-24.04 steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + with: + persist-credentials: false + - run: echo "yooooo" > yooo.txt + - uses: suzuki-shunsuke/commit-action@594ab8a77a09357afe86bca600a98ab4b3b9547e # v0.0.13 + with: + app_id: ${{ vars.APP_ID }} + app_private_key: ${{ secrets.APP_PRIVATE_KEY }} + commit_message: "Add yooo.txt" diff --git a/yooo.txt b/yooo.txt new file mode 100644 index 00000000..f73d2f44 --- /dev/null +++ b/yooo.txt @@ -0,0 +1 @@ +yooooo