Skip to content

Commit

Permalink
Create push_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-jaepel authored Oct 23, 2023
1 parent 851c5ca commit 768067f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "generated"
git push

0 comments on commit 768067f

Please sign in to comment.