Skip to content

Commit

Permalink
Merge pull request #5 from snow-actions/SnowCait-patch-3
Browse files Browse the repository at this point in the history
Update commit.yml
  • Loading branch information
SnowCait authored Aug 4, 2024
2 parents 7a917a2 + 0c64783 commit 7b73646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
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: |
Expand Down
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test
test

0 comments on commit 7b73646

Please sign in to comment.