We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e25dd commit 7752f7eCopy full SHA for 7752f7e
action.yml
@@ -95,19 +95,6 @@ runs:
95
echo "domain=https://developer.sandbox.bcc.no" >> $GITHUB_OUTPUT
96
fi
97
98
- - uses: microsoft/variable-substitution@v1
99
- with:
100
- files: "vuepress/docs/.vuepress/data.json"
101
- env:
102
- title: ${{ inputs.title }}
103
- description: ${{ inputs.description }}
104
- base: ${{ inputs.base }}
105
- docsRepo: ${{ github.repository }}
106
- docsDir: ${{ inputs.docs-dir }}
107
- docsBranch: ${{ inputs.branch }}
108
- collapseSidebarSections: ${{ inputs.collapse-sidebar }}
109
- autoRegisterComponents: true
110
-
111
- name: Get Token from GitHub
112
id: token
113
shell: bash
0 commit comments