Skip to content

Commit

Permalink
Try to fix csl update (#5718)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and koppor committed Dec 8, 2019
1 parent 673e53b commit 4f9ac19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/failure-csl-update
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Error while updating citation styles
labels: code-quality, dependencies
---
[Update of citation styles failed!](https://github.com/JabRef/jabref/actions?query=workflow%3A%22Refresh+Citation+Style+Language+Files%22)
11 changes: 10 additions & 1 deletion .github/workflows/refresh-csl-subtrees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v1
uses: actions/checkout@v2-beta
with:
ref: master
- name: Add csl-styles remote
run: git remote add -f csl-styles https://github.com/citation-style-language/styles.git
- name: Update csl-styles
Expand All @@ -23,3 +25,10 @@ jobs:
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Report issues
if: failure()
uses: JasonEtco/create-an-issue@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/failure-csl-update.md

0 comments on commit 4f9ac19

Please sign in to comment.