mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-18 23:22:52 +01:00
add actions
This commit is contained in:
4
.github/workflows/create-csv.yml
vendored
4
.github/workflows/create-csv.yml
vendored
@@ -39,6 +39,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ "$(git log -1 --pretty=%B)" = "Automated update" ]; then
|
if (git log -1 --pretty=%B) -eq "Automated update" {
|
||||||
git push origin main
|
git push origin main
|
||||||
fi
|
}
|
||||||
Reference in New Issue
Block a user