Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

FIX Update ghostAPI.ts to use environment URL instead of package URL when available #498

FIX Update ghostAPI.ts to use environment URL instead of package URL when available

FIX Update ghostAPI.ts to use environment URL instead of package URL when available #498

Workflow file for this run

name: Auto Issue Branch
on:
issues:
types: [ opened, assigned ]
issue_comment:
types: [ created ]
pull_request:
types: [ opened, closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}