Skip to content

fix(organization): display the libelle of NAF/APE again (#569) #723

fix(organization): display the libelle of NAF/APE again (#569)

fix(organization): display the libelle of NAF/APE again (#569) #723

Workflow file for this run

#
name: scalingo/buildpack
on:
push:
branches:
- master
workflow_dispatch:
jobs:
push:
name: Sync scalingo/buildpack branch with .scalingo/buildpack folder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
if: github.ref == 'refs/heads/master'
with:
commit_message: ${{ github.event.head_commit.message }}
enable_jekyll: true # NOTE(douglasduteil): do not add .nojekyll file
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: scalingo/buildpack
publish_dir: ./.scalingo/buildpack
user_email: "github-actions[bot]@users.noreply.github.com"
user_name: "github-actions[bot]"