Skip to content

Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.6.9 #88

Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.6.9

Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.6.9 #88

Workflow file for this run

on:
# The issues event below is only needed for the default (auto) mode,
# you can remove it otherwise
issues:
types: [ assigned ]
# The issue_comment event below is only needed for the ChatOps mode,
# you can remove it otherwise
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 }}