mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-18 01:43:39 -05:00
Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b70f05d08a |
2
.github/workflows/automated-tests.yml
vendored
2
.github/workflows/automated-tests.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
# ----------------------------------------------
|
||||
- name: Upload coverage
|
||||
if: github.ref == 'refs/heads/main' && matrix.python-version == '3.11'
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
# token: ${{ secrets.CODECOV_TOKEN }} # Only required for private repositories
|
||||
files: reports/coverage.xml
|
||||
|
||||
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
# ----------------------------------------------
|
||||
|
||||
- name: Create Release Draft
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
# body_path: ".github/RELEASE-TEMPLATE.md"
|
||||
body: ${{join(fromJson(steps.generate_notes.outputs.notes).notes, '')}}
|
||||
|
||||
Reference in New Issue
Block a user