-
Notifications
You must be signed in to change notification settings - Fork 3
test #353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
test #353
Changes from all commits
ff89832
c2a13bb
732c1e0
e750a7c
69b1df8
e1dec10
ab75ee6
2da4419
c3c4bb0
3fd927a
fccac26
768d1ca
0a52280
0568e8b
e1e8dcb
323073a
5bdf365
3285e95
94b15ac
7fa4b4b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,21 @@ | ||
| --- | ||
| name: test | ||
| on: | ||
| push: | ||
| tags: | ||
| - v* | ||
| on: pull_request | ||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-24.04 | ||
| timeout-minutes: 10 | ||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
| steps: | ||
| - run: echo "$PAYLOAD" | ||
| env: | ||
| PAYLOAD: ${{ toJson(github.event) }} | ||
| - uses: actions/checkout@v6 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [pinact] reported by reviewdog 🐶 |
||
| with: | ||
| persist-credentials: false | ||
| - uses: suzuki-shunsuke/pinact-action@pr/847 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [pinact] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [pinact] reported by reviewdog 🐶 |
||
| with: | ||
| app_id: ${{ vars.APP_ID }} | ||
| app_private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
| skip_push: true | ||
| review: true | ||
| reviewdog_fail_level: error | ||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [pinact] reported by reviewdog 🐶
Action should be pinned: - uses: actions/checkout@v6 -> - uses: actions/checkout@8e8c483 # v6.0.1