Skip to content

Commit

Permalink
Merge pull request #19 from coreymbe/PIE-1089-release_prep
Browse files Browse the repository at this point in the history
(PIE-1089) release_prep
  • Loading branch information
actowery authored Apr 17, 2024
2 parents 69f8797 + 0f11a5c commit 218ce30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ghcr.io/coreymbe/splunk-appinspect:v2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set Version ID
id: version-tag
Expand All @@ -21,7 +21,7 @@ jobs:
run: slim package TA-puppet-alert-orchestrator

- name: Upload App Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TA-puppet-alert-orchestrator-${{ steps.version-tag.outputs.version }}
path: TA-puppet-alert-orchestrator-*.tar.gz
8 changes: 4 additions & 4 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ghcr.io/coreymbe/splunk-appinspect:v2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install JQ
run: apt update && apt install -y jq
Expand All @@ -33,18 +33,18 @@ jobs:
- name: AppInspect Errors
if: ${{ steps.appinspect-errors.outputs.error_count > 0 }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: core.setFailed('AppInspect contains errors!')

- name: AppInspect Failures
if: ${{ steps.appinspect-failures.outputs.fail_count > 0 }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: core.setFailed('AppInspect contains failures!')

- name: Upload AppInspect Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AppInspect_TA-puppet-alert-orchestrator
path: appinspect_result.json
2 changes: 1 addition & 1 deletion TA-puppet-alert-orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This add-on is intended to be used alongside the [Puppet Report Viewer](https://

## Configuration

After installing and configuring both the `splunk_hec` Puppet module and the Puppet Report Viewer app for Splunk; follow the steps below to configure the [Puppet Alert Orchestrator add-on for Splunk](https://splunkbase.splunk.com/app/4928/):
After installing and configuring both the `splunk_hec` Puppet module and the Puppet Report Viewer app for Splunk; follow the steps below to configure the [Puppet Alert Orchestrator add-on for Splunk](https://github.com/puppetlabs/TA-puppet-alert-orchestrator):

### Configuration Tabs

Expand Down
2 changes: 1 addition & 1 deletion TA-puppet-alert-orchestrator/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": [
{
"name": "Puppet, Inc.",
"email": "team-pie@puppet.com",
"email": "team-pie@perforce.com",
"company": "Puppet by Perforce"
}
],
Expand Down

0 comments on commit 218ce30

Please sign in to comment.