Skip to content

Commit

Permalink
only commit taf files for leads
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Feb 27, 2024
1 parent e99b9f2 commit 7b4dec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python taf.py --input leads/area --output leads/area/taf.csv
git config user.name Github Action
git config user.email [email protected]
git add leads/*
git add leads/*/taf.csv
timestamp=$(date -u)
git commit -m "update leads data: ${timestamp}" || exit 0
git push

0 comments on commit 7b4dec4

Please sign in to comment.