Sha256: c8d595cd10a12d1456a531e2da39322c03697e9a6c2c1235da893f1904086c4e

Contents?: true

Size: 482 Bytes

Versions: 3

Compression:

Stored size: 482 Bytes

Contents

name: Build Ruby Gem

on:
  push:
    branches:
      - "master"
jobs:
  ci:
    uses: ./.github/workflows/ci.yml
  build:
    needs: ci
    runs-on: ubuntu-latest
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
    steps:
    - name: Notify Slack
      uses: adamkdean/simple-slack-notify@1.0.4
      with:
        channel: '#ops'
        username: 'GitHub Actions'
        color: 'good'
        text: 'A new version of the bolognese gem is ready for release.'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bolognese-1.11.2 .github/workflows/build.yml
bolognese-1.11.0 .github/workflows/build.yml
bolognese-1.10.0 .github/workflows/build.yml