mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Update pull request workflow
This commit is contained in:
parent
22dadfd845
commit
ce7d7169f9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
||||||
- name: Fail Workflow
|
- name: Fail Workflow
|
||||||
if: github.base_ref != 'nightly'
|
if: github.base_ref != 'nightly'
|
||||||
run: |
|
run: |
|
||||||
echo Base: ${{ github.base_ref }}
|
echo Base: "$GITHUB_BASE_REF"
|
||||||
echo Head: ${{ github.head_ref }}
|
echo Head: "$GITHUB_HEAD_REF"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue