act/pkg/runner/testdata/uses-composite-with-pre-and.../action-with-pre-and-post/post.js

4 lines
163 B
JavaScript

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