CircleCI-Public / continuation-orb

MIT License
12 stars 14 forks source link

Example is not accurate #18

Closed peteraritchie closed 1 year ago

peteraritchie commented 2 years ago

Orb version:

0.2.0

What happened:

using the example (updating version to latest orb version) from https://circleci.com/developer/orbs/orb/circleci/continuation:

version: '2.1'
orbs:
  continuation: circleci/continuation@0.2.0
workflows:
  use-my-orb:
    jobs:
      - continuation/continue:
          configuration_path: ./config.yml

results in message:

CIRCLE_CONTINUATION_KEY is required. Make sure setup workflows are enabled.

Expected behavior:

no errors

Additional Information:

Example should include setup: true

peteraritchie commented 2 years ago

Does this Orb simply need to be deployed? The current source seems correct.

Markl121 commented 1 year ago

This issue has been resolved as of version 0.4.0