Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Sep 8, 2023
1 parent df214e0 commit 0493ca7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,17 @@ jobs:
- name: Apply props ro
if: always()
run: bash scripts/src/build-workflow/props.sh ro

# Commit and push
- name: Commit OWL files
if: always()
run: |
git pull
git add external-dev/*.owl
git fetch
echo "::set-output name=has_changes::$(git diff --name-only origin/main)"
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add external-dev/*.owl
git commit -m "Actions - slim updated" ./external-dev/*.owl
git push -f
- name: Create issue about failure
Expand Down

0 comments on commit 0493ca7

Please sign in to comment.