mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-19 21:45:45 +00:00
[ci] Fix license-header workflow
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
ef2d0a9076
commit
b2d16cb3dd
1 changed files with 2 additions and 3 deletions
5
.github/workflows/license-header.yml
vendored
5
.github/workflows/license-header.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: eden-license
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
@ -13,9 +13,8 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Fetch
|
||||
run: git fetch origin
|
||||
run: git fetch origin master:master
|
||||
|
||||
# TODO: fix the script
|
||||
- name: Make script executable
|
||||
run: chmod +x ./.ci/license-header.rb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue