Skip to content

Bump just-the-docs from 0.11.1 to 0.12.0 #284

Bump just-the-docs from 0.11.1 to 0.12.0

Bump just-the-docs from 0.11.1 to 0.12.0 #284

Workflow file for this run

name: Auto Merge PR
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Auto Merge PR
if: contains(${{ github.event.pull_request.base.ref }}, 'master')

Check warning on line 12 in .github/workflows/autoMerge.yml

View workflow run for this annotation

GitHub Actions / Auto Merge PR

Workflow syntax warning

.github/workflows/autoMerge.yml (Line: 12, Col: 11): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
run: |
echo ${{ secrets.GH_TOKEN }} >> auth.txt
gh auth login --with-token < auth.txt
rm auth.txt
gh pr merge https://github.com/FreeTubeApp/FreeTube-Docs/pull/${{ github.event.pull_request.number }} --auto --squash