mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-06 09:06:51 +08:00
Update update-directorymd.yml (#6326)
This commit is contained in:
4
.github/workflows/update-directorymd.yml
vendored
4
.github/workflows/update-directorymd.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
workflows: write
|
||||
|
||||
jobs:
|
||||
generate-directory:
|
||||
@ -32,9 +33,8 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
branch: update-directory
|
||||
base: master
|
||||
title: "Update DIRECTORY.md"
|
||||
|
Reference in New Issue
Block a user