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 c53739c commit c02a22e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,10 @@ jobs:
- name: Commit OWL files
if: always()
run: |
git fetch
echo "::set-output name=has_changes::$(git diff --name-only origin/main)"
git pull
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
if: failure()
uses: JasonEtco/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/action-issue-template.md

0 comments on commit c02a22e

Please sign in to comment.