generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
When using the new non-deprecated way of setting outputs in GitHub Actions ( https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ), it is not working. I assume it is because $GITHUB_OUTPUT refers to some file or pipe which is not set in the devcontainer.
- name: Execute DevContainer commands
uses: devcontainers/[email protected]
with:
runCmd: |
echo "foo=bar" >> $GITHUB_OUTPUTNow, I would expect the output foo to be available and usable in other steps or jobs, but it is not.
mrfelton
Metadata
Metadata
Assignees
Labels
No labels