Skip to content

fix: Fix GH 1Password config #47

fix: Fix GH 1Password config

fix: Fix GH 1Password config #47

Workflow file for this run

---
name: Bootstrap
permissions: read-all
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
bootstrap:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Bootstrap
env:
BRANCH: ${{ github.head_ref }}
run: |
curl -L https://raw.githubusercontent.com/martimlobao/dotfiles/"${BRANCH}"/bootstrap.sh \
| bash -s -- -b "${BRANCH}" -y