summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/uses-composite-with-pre-and-post-steps/action-with-pre-and-post/main.js
blob: 21dd65b9f95e02e6d36445063af0b2a07b9c492b (plain)
1
2
3
const { appendFileSync } = require('fs');
const step = process.env['INPUT_STEP'];
appendFileSync(process.env['GITHUB_ENV'], `;${step}`, { encoding:'utf-8' })