Hatchbox Conditional #526
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Post commit info to Campfire | ||
|
Check failure on line 1 in .github/workflows/campfire-notify.yml
|
||
| 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@2ba014976f1fcce1740addd8961ea20b3b784a5f # v1.1.6 | ||
| with: | ||
| messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }} | ||
| template: commit_pushed | ||