Skip to content

Commit

Permalink
Update clean.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniark authored Oct 16, 2024
1 parent 455a55f commit a40e0d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run a multi-line script
- name: checkout
uses: actions/checkout@master
- name: commit
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit a40e0d7

Please sign in to comment.