github.com/nektos/act@v0.2.63/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/main.js (about)

     1  const { appendFileSync } = require('fs');
     2  const step = process.env['INPUT_STEP'];
     3  appendFileSync(process.env['GITHUB_ENV'], `;${step}`, { encoding:'utf-8' })