mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #9506 from VOREStation/upstream-merge-7806
[MIRROR] Autochangelog fix 3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Autochangelog
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: closed
|
||||
branches:
|
||||
- master
|
||||
@@ -17,7 +17,6 @@ jobs:
|
||||
- uses: /actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.Autochangelog_Autocommit_Token }}
|
||||
- name: Ensure +x on CI directory
|
||||
run: |
|
||||
chmod -R +x ./tools/ci
|
||||
|
||||
Reference in New Issue
Block a user