Skip to content

猬嗭笍 Bump brakeman from 8.0.4 to 8.0.5 #531

猬嗭笍 Bump brakeman from 8.0.4 to 8.0.5

猬嗭笍 Bump brakeman from 8.0.4 to 8.0.5 #531

Workflow file for this run

name: Post commit info to Campfire

Check failure on line 1 in .github/workflows/campfire-notify.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/campfire-notify.yml

Invalid workflow file

(Line: 12, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CAMPFIRE_MESSAGES_URL != ''
on:
push:
branches: [ master ]
permissions:
contents: read
jobs:
post-commit-info:
if: secrets.CAMPFIRE_MESSAGES_URL != ''
runs-on: ubuntu-latest
steps:
- name: Post commit info to Campfire
continue-on-error: true
uses: shane-lamb/campfire-notify-action@df63cf73810147306276e281bedccf71c1519caf # v1.1.6
with:
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}
template: commit_pushed