mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Merge GITHUB_TOKEN/GITHUB_ACTOR into the single env block at the top of each step, removing the trailing duplicate block in test-maven-packages.yml (#6459)
This commit is contained in:
@@ -108,6 +108,8 @@ jobs:
|
||||
env:
|
||||
ARTIFACT_VERSION: ${{ inputs.version }}
|
||||
REPOSITORY_URL: ${{ inputs.repository_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_ACTOR: ${{ github.actor }}
|
||||
run: |
|
||||
echo "::group::Download JNI artifact"
|
||||
# Clear cached SNAPSHOT to force fresh download
|
||||
@@ -252,9 +254,6 @@ jobs:
|
||||
|
||||
echo "✅ Artifact installed successfully"
|
||||
echo "::endgroup::"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_ACTOR: ${{ github.actor }}
|
||||
|
||||
- name: Verify JAR contents (JNI)
|
||||
env:
|
||||
@@ -377,6 +376,8 @@ jobs:
|
||||
env:
|
||||
ARTIFACT_VERSION: ${{ inputs.version }}
|
||||
REPOSITORY_URL: ${{ inputs.repository_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_ACTOR: ${{ github.actor }}
|
||||
run: |
|
||||
echo "::group::Download FFM artifact"
|
||||
# Clear cached SNAPSHOT to force fresh download
|
||||
@@ -521,9 +522,6 @@ jobs:
|
||||
|
||||
echo "✅ Artifact installed successfully"
|
||||
echo "::endgroup::"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_ACTOR: ${{ github.actor }}
|
||||
|
||||
- name: Verify JAR contents (FFM)
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user