model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Correct the setting of environment variables in GitHub Actions. #29

Closed markrtuttle closed 3 years ago

markrtuttle commented 3 years ago

GitHub has modified of setting environment variable in workflows. This patch updates the workflow to use environment files in place of the deprecated set-env command.

For details, see https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.