From 0349d6fffa459b768700975552024d3ec2b40621 Mon Sep 17 00:00:00 2001 From: vishreddy01 <126716045+vishreddy01@users.noreply.github.com> Date: Tue, 14 May 2024 15:37:38 -0700 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bc630ee..70fbe94 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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 "action@github.com" - 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/github-push-action@v0.6.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ui_testing