Skip to content

Connect the sign up form to the backend #51

Connect the sign up form to the backend

Connect the sign up form to the backend #51

Workflow file for this run

name: Create Branch from Issue
on:
issues:
types: [assigned]
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 }}