Skip to content

Commit

Permalink
Fix tag, add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 27, 2020
1 parent 8df5ce1 commit 33f60b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

name: Backport

on:
Expand All @@ -10,5 +12,7 @@ jobs:
backport:
runs-on: ubuntu-18.04
name: Backport
timeout-minutes: 5

steps:
- uses: camptocamp/backport-action@master
1 change: 1 addition & 0 deletions ci/publish
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ then
elif [[ "${GITHUB_REF}" =~ ^refs/heads/.* ]]
then
TAG=$(echo "${GITHUB_REF}"|sed 's|^refs/heads/||g')
TAG=${TAG//\//_}
else
echo Wrong ref: ${GITHUB_REF}
exit 2
Expand Down

0 comments on commit 33f60b4

Please sign in to comment.