Skip to content

Fix the issue of deleting template and also creating fabric sites and zone in single task #230

Fix the issue of deleting template and also creating fabric sites and zone in single task

Fix the issue of deleting template and also creating fabric sites and zone in single task #230

Workflow file for this run

---
name: main
on:
pull_request:
# pull_request_review:
# types: [submitted]
jobs:
trigger-circleci:
# if: github.event.review.state == 'approved'
runs-on: ubuntu-20.04
steps:
- run: echo -n "${GITHUB_REF}" | sed -r 's/^refs\///' | sed -r 's/merge/head/' > github_ref
- name: Store ref for circleci trigger
uses: actions/upload-artifact@v4
with:
name: github_ref-${{ github.run_id }}
path: github_ref