Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Nov 16, 2024
1 parent b1d621d commit 7ec946c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/parse-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,3 @@ jobs:
git commit -m 'Update app info'
git push https://x-access-token:${{ secrets.RBD_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
output-number-of-changes:
runs-on: ubuntu-latest
needs: update-app-info
steps:
- name: Count number of changes
run: |
git fetch --depth=1 origin +refs/heads/main:refs/remotes/origin/main
git diff --name-only origin/main

0 comments on commit 7ec946c

Please sign in to comment.