Skip to content

chore: run ci with github sha version #1

chore: run ci with github sha version

chore: run ci with github sha version #1

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: titenkov/action-slack@${{ github.sha }}

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.sha
if: ${{ always() }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
status: ${{ job.status }}