Skip to content

Merge pull request #4 from Satellite-im/templates #4

Merge pull request #4 from Satellite-im/templates

Merge pull request #4 from Satellite-im/templates #4

Workflow file for this run

name: Automatically fix typos
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: dev
- uses: sobolevn/misspell-fixer-action@master

Check failure on line 14 in .github/workflows/fix-typos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fix-typos.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check outputs of PR
if: ${{ steps.cpr.outputs.pull-request-number }}
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"