Skip to content

(S) add rails dependency #18

(S) add rails dependency

(S) add rails dependency #18

name: VelocityCheckin
on:
push:
branches:
- main
env:
sourceEnvironment: prod
sourceBranch: main
sourceRevision: ${{ github.sha }}
sourceRepo: ${{ github.server_url }}/${{ github.repository }}
sourceVersion: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
secrets:
VELOCITY_DEPLOYMENT_TOKEN: ${{ secrets.VELOCITY_DEPLOYMENT_TOKEN }}

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

GitHub Actions / VelocityCheckin

Invalid workflow file

The workflow is not valid. .github/workflows/velocityCheckin.yml (Line: 15, Col: 5): A mapping was not expected
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: curl -d "token=${{ secrets.VELOCITY_DEPLOYMENT_TOKEN }}" -d "revision=${{ env.sourceRevision }}" -d "repository_url=${{ env.sourceRepo }}" -d "branch=${{ env.sourceBranch }}" -d "version=${{ env.sourceVersion }}" -d "environment=${{ env.sourceEnvironment }}" https://velocity.codeclimate.com/deploys