Skip to content

Commit

Permalink
Merge branch 'main' into SnowCait-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowCait authored Aug 5, 2024
2 parents 91f177d + 9c76275 commit 6f364c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Commit

on:
pull_request:
workflow_dispatch:

jobs:
commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref }}
- uses: snow-actions/[email protected]
- run: echo "test" >> test
- run: |
git add .
git commit -m "test"
git push
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# sandbox

Test and debug

てすと.

0 comments on commit 6f364c7

Please sign in to comment.