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 Jul 27, 2023
1 parent 9f6fa49 commit 09e60e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aspect-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
echo "filtered_secrets=${FILTERED_SECRETS}" | tee ${GITHUB_OUTPUT}
- name: Branch Freshness
uses: aspect-build/[email protected].0
uses: aspect-build/[email protected].1
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].task }}
uses: aspect-build/[email protected].0
uses: aspect-build/[email protected].1
env: ${{ inputs.inherited_secrets != '' && fromJson(steps.process_secrets.outputs.filtered_secrets) || fromJson('{}') }}
with:
workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }}
Expand All @@ -95,7 +95,7 @@ jobs:

- name: Delivery Manifest
if: fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].generate_manifest
uses: aspect-build/[email protected].0
uses: aspect-build/[email protected].1
with:
workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }}
task: delivery_manifest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Agent health checks
run: agent_health_check
- name: Run Delivery
uses: aspect-build/[email protected].0
uses: aspect-build/[email protected].1
with:
task: delivery
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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].0
uses: my-org/workflows-action/.github/workflows/[email protected].1
```
If you vendored the file, then instead it will be:
Expand Down

0 comments on commit 09e60e5

Please sign in to comment.