Skip to content

Commit

Permalink
Sync internal change to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 27, 2024
1 parent ca71374 commit a267591
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/.aspect-workflows-reusable.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ==================================================================================================
# Aspect Workflows Reusable Workflow for GitHub Actions (v5.9.23)
# Aspect Workflows Reusable Workflow for GitHub Actions (v5.9.24)
#
# https://github.com/marketplace/actions/aspect-workflows?version=5.9.23
# https://github.com/marketplace/actions/aspect-workflows?version=5.9.24
#
# At this time, GitHub Actions does not allow referencing reusable workflows from public
# repositories in other organizations. See
Expand Down Expand Up @@ -37,10 +37,10 @@
# jobs:
# aspect-workflows:
# name: Aspect Workflows
# uses: my-github-org/workflows-action/.github/workflows/[email protected].23
# uses: my-github-org/workflows-action/.github/workflows/[email protected].24
# ```
# ==================================================================================================
name: Aspect Workflows Reusable Workflow (v5.9.23)
name: Aspect Workflows Reusable Workflow (v5.9.24)

on:
# Makes this workflow reusable, see
Expand Down Expand Up @@ -124,14 +124,14 @@ jobs:
output_dir: ${{ fromJson(needs.setup.outputs.cfg).platform.directories.ARTIFACTS_DIR }}

- name: Branch Freshness
uses: aspect-build/[email protected].23
uses: aspect-build/[email protected].24
timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].branch_freshness_timeout }}
with:
workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }}
task: branch_freshness

- name: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].name }}
uses: aspect-build/[email protected].23
uses: aspect-build/[email protected].24
env: ${{ inputs.inherited_secrets != '' && fromJson(steps.process_secrets.outputs.filtered_secrets) || fromJson('{}') }}
timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].timeout_in_minutes }}
with:
Expand All @@ -153,7 +153,7 @@ jobs:

- name: Delivery Manifest
if: fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].generate_manifest
uses: aspect-build/[email protected].23
uses: aspect-build/[email protected].24
timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].delivery_manifest_timout }}
with:
workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you forked the repo to your org, then replace `my-org` with your org in this
jobs:
aspect-workflows:
name: Aspect Workflows
uses: my-org/workflows-action/.github/workflows/[email protected].23
uses: my-org/workflows-action/.github/workflows/[email protected].24
```
If you vendored the file, then instead it will be:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Agent health checks
run: /etc/aspect/workflows/bin/agent_health_check
- name: Run Delivery
uses: aspect-build/[email protected].23
uses: aspect-build/[email protected].24
with:
task: delivery
env:
Expand Down

0 comments on commit a267591

Please sign in to comment.