Skip to content
Open

Fix3 #13

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
20 changes: 20 additions & 0 deletions .github/workflows/close.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: pr close
on:
pull_request:
branches:
- main
types:
- closed
jobs:
close:
runs-on: ubuntu-latest
steps:
- run: |
cat <<'EOS' > github.json
${{ toJSON(github) }}
EOS

- uses: actions/upload-artifact@v4
with:
name: github.json
path: github.json
1 change: 1 addition & 0 deletions .github/workflows/fix3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix3
33 changes: 33 additions & 0 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: test
on:
pull_request:
branches:
- main
merge_group:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 20

- run: git log --graph --date=short --date-order --oneline

- run: |
cat <<'EOS' > github.json
${{ toJSON(github) }}
EOS

- uses: actions/upload-artifact@v4
with:
name: github.json
path: github.json

deploy:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- run: echo pull_request