Skip to content

chore(deps): bump handlebars from 4.7.8 to 4.7.9 #3

chore(deps): bump handlebars from 4.7.8 to 4.7.9

chore(deps): bump handlebars from 4.7.8 to 4.7.9 #3

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: retry-automerge
on:
pull_request:
types:
- auto_merge_disabled
jobs:
retry-automerge:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Print github context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Print github event file
run: jq . "$GITHUB_EVENT_PATH"