Skip to content

Merge branch 'master' into dependabot/bundler/aws-partitions-1.1260.0 #535

Merge branch 'master' into dependabot/bundler/aws-partitions-1.1260.0

Merge branch 'master' into dependabot/bundler/aws-partitions-1.1260.0 #535

Workflow file for this run

name: Campfire Notifications

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: 15, Col: 13): 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:
runs-on: ubuntu-latest
steps:
- name: Post commit info to Campfire
if: secrets.CAMPFIRE_MESSAGES_URL != ''
continue-on-error: true
uses: shane-lamb/campfire-notify-action@df63cf73810147306276e281bedccf71c1519caf # v1.1.6
with:
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}
template: commit_pushed