Skip to content

Commit

Permalink
Debugging first time run failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Nov 20, 2024
1 parent 6da2a71 commit 20f2526
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/generate-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up Github
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git pull
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -75,8 +81,6 @@ jobs:
- name: Commit and Push Changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git pull
file_name="${{ inputs.file_name }}"
base_name="${file_name%.jsonld}"
Expand Down

0 comments on commit 20f2526

Please sign in to comment.