Skip to content

add git config part

add git config part #4

Workflow file for this run

on:
push:
branches:
- master
milestone:
types: [closed]
name: Milestone Closure
jobs:
release-notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: To avoid Fatal: could not read Username for https://XXXXXX: No such device or address

Check failure on line 13 in .github/workflows/wiki.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/wiki.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
run: |
git config --global user.email "[email protected]"
git config --global user.name "gdha"
git config --global url.https://${{ secrets.GH_PAT }}@github.com/
- name: Create Release Notes
uses: docker://decathlon/release-notes-generator-action:3.1.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT_FOLDER: temp_release_notes
USE_MILESTONE_TITLE: "true"
- name: Upload Release Notes to Wiki
uses: docker://decathlon/wiki-page-creator-action:latest
env:
ACTION_MAIL: [email protected]
ACTION_NAME: gdha
GH_PAT: ${{ secrets.GH_PAT }}
MD_FOLDER: temp_release_notes
OWNER: gdha
REPO_NAME: upgrade-ux
SKIP_MD: README.md