Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyTooling/Actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: pyTooling/Actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 2, 2025

  1. Allow comments in the list of assets.

    Paebbels committed Mar 2, 2025

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    lukekarrys Luke Karrys
    Copy the full SHA
    c64e054 View commit details
  2. v4.2.1

    Paebbels authored Mar 2, 2025
    Copy the full SHA
    c81d139 View commit details
Showing with 9 additions and 1 deletion.
  1. +6 −1 .github/workflows/NightlyRelease.yml
  2. +3 −0 .github/workflows/_Checking_Nightly.yml
7 changes: 6 additions & 1 deletion .github/workflows/NightlyRelease.yml
Original file line number Diff line number Diff line change
@@ -84,11 +84,16 @@ on:
type: string
required: false
default: '__pyTooling_upload_artifact__.tar'
can-fail:
type: boolean
required: false
default: false

jobs:
Release:
name: 📝 Update 'Nightly Page' on GitHub
runs-on: ${{ inputs.ubuntu_image }}
continue-on-error: ${{ inputs.can-fail }}
permissions:
contents: write
actions: write
@@ -254,7 +259,7 @@ jobs:
# A dictionary to check for duplicate asset files in release
declare -A assetFilenames
while IFS=$'\r\n' read -r assetLine; do
if [[ "${assetLine}" == "" ]]; then
if [[ "${assetLine}" == "" || "${assetLine:0:1}" == "#" ]]; then
continue
fi
3 changes: 3 additions & 0 deletions .github/workflows/_Checking_Nightly.yml
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ jobs:
actions: write
# attestations: write
with:
can-fail: true
prerelease: true
replacements: |
version=4.2.0
@@ -88,6 +89,7 @@ jobs:
actions: write
# attestations: write
with:
can-fail: true
replacements: |
version=4.2.0
tool=myTool
@@ -105,6 +107,7 @@ jobs:
inventory-version: 4.2.5
inventory-categories: "kind1,kind2"
assets: |
# artifact: file: labels: asset title
document: document1.txt: doc,html: Documentation
document: build.log: build,log: Logfile - %tool% - %tool%
other: document1.txt: build,SBOM:SBOM - %version%