Skip to content

vercel.deployment.pending #812

vercel.deployment.pending

vercel.deployment.pending #812

Workflow file for this run

name: Fetch New Resume
on: repository_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
if: github.event.action == 'update_resume'
uses: actions/checkout@v4
- name: Fetch New Resume and Push Branch
if: github.event.action == 'update_resume'
uses: ./commit-resume
env:
BRANCH: resume-bot
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
PULL_REQUEST_BODY: Updates resume
PULL_REQUEST_BRANCH: main