Skip to content

Commit

Permalink
fix: add &
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Aug 21, 2023
1 parent f88784f commit f6a970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/topo50&250/create-thumbnails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
artifacts:
- name: files
from: "{{ tasks.aws-list.outputs.artifacts.files }}"
depends: "aws-list & get-location"
depends: "aws-list && get-location"

- name: get-location
template: get-location
Expand Down

0 comments on commit f6a970d

Please sign in to comment.