Skip to content

Commit

Permalink
Lets go to beta
Browse files Browse the repository at this point in the history
breaking: Lets do a bet release
  • Loading branch information
rubenvdlinde committed Oct 23, 2023
1 parent 47757e7 commit d676834
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: version
uses: codacy/git-version@2.7.1
with:
release-branch: master
release-branch: main
dev-branch: development

- name: Use the version
Expand Down
23 changes: 21 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,78 +10,97 @@ inputs:
github_pages_branch:
description: 'The banche on wish the github page wil be build'
required: false
tyoe: string
default: 'gh-pages'
github_repository_name_as_prefix:
description: 'Whether to use the github repository name as a prefix, set to false when using a custom domain'
required: false
default: 'true'
tyoe: boolean
default: true
repository:
description: 'The github repository to use (could be an external repository)'
required: false
tyoe: string
default: ${{ github.event.repository.name }}
me_url:
description: 'The me (profile) url used'
required: false
tyoe: string
default: 'https://api.opencatalogi.nl/api/users/me'
api_url:
description: 'The location of the open catalogi api (change if you are running your own api)'
required: false
tyoe: string
default: 'https://api.opencatalogi.nl/api'
admin_url:
description: 'The admin (dashboard) url used'
required: false
tyoe: string
default: 'https://api.opencatalogi.nl/admin'
base_url:
description: 'The BASE location of the open catalogi api (change if you are running your own api)'
required: false
tyoe: string
default: 'https://api.opencatalogi.nl'
frontend_url:
description: 'the location (url) of this open catalogi installation'
required: false
tyoe: string
default: 'https://api.opencatalogi.nl'
login_redirect:
description: 'publiccode.yml path'
required: false
tyoe: string
default: 'vault'
admin_dashboard_url:
description: 'the location of the pen catalogi dashboard'
required: false
tyoe: string
default: 'https://admin.opencatalogi.nl'
nl_design_theme_classname:
description: 'the class name of the desired nl design theme'
required: false
tyoe: string
default: 'open-webconcept-theme'
arrow_breadcrumbs:
description: 'whether to use arrow breadcrums instead of the normal breadcrumbs'
required: false
default: 'false'
tyoe: boolean
default: false
navbar_logo:
description: 'An base64 encoded svg file or url to the logo used in the main menu'
required: false
tyoe: string
default: 'https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/logo@2x.png'
contact_tel:
description: 'A phone number where your organisation is reachable'
required: false
tyoe: string
default: '012-3456789'
contact_email:
description: 'A phone number where your organisation is reachable'
required: false
tyoe: string
default: 'info@openwebconcept.nl'
contact_website:
description: 'A phone number where your organisation is reachable'
required: false
tyoe: string
default: 'https://openwebconcept.nl'
contact_adres:
description: 'A phone number where your organisation is reachable'
required: false
tyoe: string
default: 'Dorpsplein 1, 1000 AA Zuid-drecht'
gitname:
description: 'Git name configuration for bump commit'
required: false
tyoe: string
default: 'Open Catalogi bot'
gitmail:
description: 'Git mail configuration for bump commit'
required: false
tyoe: string
default: 'bot@opencatalogi.nl'

outputs:
Expand Down

0 comments on commit d676834

Please sign in to comment.