Skip to content

Update README.md to fix typo in FZF_CTRL_T_COMMAND (#213) #25

Update README.md to fix typo in FZF_CTRL_T_COMMAND (#213)

Update README.md to fix typo in FZF_CTRL_T_COMMAND (#213) #25

Workflow file for this run

name: Tagpr
on:
push:
branches:
- master
- main
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}