Feature/settings page #17

Closed
mattdimegs wants to merge 26 commits from feature/settings-page into main
Showing only changes of commit 0010ba3a4f - Show all commits

View file

@ -30,7 +30,7 @@ jobs:
event=${{ github.event_name }} event=${{ github.event_name }}
workflow_type='dev'; workflow_type='dev';
workflow_envs='["dev"]' workflow_envs='["dev"]'
current_version='${{ cat ./package.json | jq '.version' | tr -d '"' }}' current_version=$(cat ./package.json | jq '.version' | tr -d '"')
if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]]; if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]];
then then
echo "in if statement" echo "in if statement"