This action will write environment variables/secret to a file.
Required The content you want to write to the file.
Required The filename you want to write to.
Optional The directory you want to write to. If not specified, the runner's temp ("RUNNER_TEMP") will be used.
uses: bogdanmanate-kion/[email protected] with: content: ${{ secrets.content }} filename: 'test.secret'