mirror of
https://github.com/actions/checkout
synced 2024-11-09 15:12:39 +00:00
Create Vantu32
This commit is contained in:
parent
3df4ab11eb
commit
04313e46e6
1 changed files with 13 additions and 0 deletions
13
Vantu32
Normal file
13
Vantu32
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
date > generated.txt
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git add .
|
||||
git commit -m "generated"
|
||||
git push
|
Loading…
Reference in a new issue