Skip to content

Corrected HTML Code in branch correct_HTML_89-add-spawn-hom #175

Corrected HTML Code in branch correct_HTML_89-add-spawn-hom

Corrected HTML Code in branch correct_HTML_89-add-spawn-hom #175

Workflow file for this run

name: issue-tracker
on:
issues:
types: [ assigned ]
issue_comment:
types: [ created ]
pull_request:
types: [ 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 }}