Skip to content

[New] install.sh: add $ZDOTDIR to zsh search #1392

[New] install.sh: add $ZDOTDIR to zsh search

[New] install.sh: add $ZDOTDIR to zsh search #1392

Workflow file for this run

name: Automatic Rebase
on: [pull_request_target]
permissions:
contents: read
jobs:
_:
permissions:
contents: write
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
allowed-endpoints:
api.github.com:443
github.com:443
- uses: actions/checkout@v4
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}