Fix issue with head branch filtering preventing any 2nd PR to be crea… #8
This file contains 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: Trigger Concourse git resource | |
on: [ push, workflow_dispatch ] | |
jobs: | |
trigger-resource-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger resource check | |
uses: gstackio/trigger-concourse-resource-check-action@v1 | |
with: | |
concourse-url: https://ci.gstack.io | |
concourse-team: gk-plat-ops | |
concourse-pipeline: gk-ops-image | |
concourse-resource: dockerfile-repo | |
concourse-webhook-token: ${{ secrets.CONCOURSE_WEBHOOK_TOKEN }} |