0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-25 15:48:19 +02:00

Create Vantu32

This commit is contained in:
Vantu DANG VAN TU 2023-09-05 18:30:42 +07:00 committed by GitHub
parent 3df4ab11eb
commit 04313e46e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
Vantu32 Normal file
View 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