Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Expand the path so can complete paths with ~ in them #79

Expand the path so can complete paths with ~ in them

Expand the path so can complete paths with ~ in them #79

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
types:
- closed
jobs:
latest-changes:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://tiangolo/latest-changes:0.0.1
with:
latest_changes_file: release-notes.md
latest_changes_header: '## Latest Changes\n\n'