Generate publiccode.yaml and .env files #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate publiccode.yaml and .env files | |
# Controls when the workflow will run | |
on: | |
# Triggers the workflow on push or pull request events but only for the "main" branch | |
create: | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
# Uses the default file creation workflow from https://github.com/CommonGateway/workflows | |
jobs: | |
call-file-creation-workflow-from-default-workflows: | |
uses: CommonGateway/workflows/.github/workflows/generateFilesForBundle.yml@main |