-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c53739c
commit c02a22e
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||