Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishreddy01 authored May 14, 2024
1 parent d6a9ba2 commit 0349d6f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@ jobs:
GITHUB_TOKEN_SECRET: ${{ secrets.GITHUB_TOKEN_SECRET }}
run: python main.py

- name: commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git diff-index --quiet HEAD || (git commit -a -m "updated dags" --allow-empty)
- name: push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ui_testing

0 comments on commit 0349d6f

Please sign in to comment.