Skip to content

Commit

Permalink
fix: actions pull issue
Browse files Browse the repository at this point in the history
  • Loading branch information
singhic authored Nov 18, 2024
1 parent d5e74ab commit 1b998d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/parsing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -39,7 +38,9 @@ jobs:
- name: Update or add .md file
if: steps.verify.outputs.changed == 'true'
run: |
git pull
git stash
git pull origin master
git stash pop
git add .
git diff
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 1b998d3

Please sign in to comment.