Sha256: 777aa8d031b087771363ba037677cbc2c7dfa79cf8d08fd2b57ae4b7b14664b1
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
name: Delete application branch in Pactflow on: delete: branches: - "*" jobs: delete-branch-in-pactflow: name: delete runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 # Requires Ruby to encode the URL path correctly - could use any other scripting language here - uses: ruby/setup-ruby@v1 - name: Delete branch in Pactflow run: script/ci/delete-branch-in-pactflow.sh env: GIT_BRANCH: ${{ github.event.ref }} PACTICIPANT: "Pact Broker Client" PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN_PACT_FOUNDATION }} PACT_BROKER_BASE_URL: "https://pact-foundation.pactflow.io"
Version data entries
3 entries across 3 versions & 1 rubygems