mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 18:27:16 +02:00
...I meant to do that.
This commit is contained in:
parent
883dea6e8e
commit
6e3dd257f7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
echo "# === $file ===" >> "$OUTPUT_PATH"
|
||||
cat "$file" >> "$OUTPUT_PATH"
|
||||
echo >> "$OUTPUT_PATH"
|
||||
done < <(find "$GITHUB_WORKSPACE" -name "*.gitignore" ! -path "$OUTPUT_PATH" -print0 | sort -z)
|
||||
done < <(find "$GITHUB_WORKSPACE/Global" -name "*.gitignore" ! -print0 | sort -z)
|
||||
|
||||
- name: Create GitHub release
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user