Skip to content

Commit

Permalink
Update run_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsueng authored Jan 19, 2024
1 parent 4287244 commit 09275c6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/run_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,8 @@ jobs:
- name: run table updates
run: |
python update_repo_tables.py
- name: Commit files
id: commit_tables
run: |
git config --local user.email "action@github.com"
git config --local user.name "github-actions"
git add --all
git commit -m "update csv data" -a
- name: push changes
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
- name: Run spec updates
run: |
sleep 30
python updated_specs.py
- name: Commit files
id: commit_son
Expand Down

0 comments on commit 09275c6

Please sign in to comment.