Skip to content

Commit

Permalink
Assign eQuantum
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Sep 24, 2024
1 parent c5e1d12 commit c23791f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/1-ubuntu/1-maps/2-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ runs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade pip setuptools six wheel
python -m pip install pytest-cov -r ${{ inputs.action_path }}/requirements.txt
python -m pip -q install --upgrade pip setuptools six wheel
python -m pip -q install -r ${{ inputs.action_path }}/requirements-dev.txt
- name: 🚀 Initiate Lexer
uses: devcontainers/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/entrypoint/artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jekyll_build() {
[[ $1 == *"github.io"* ]] && OWNER=$2
echo 'TARGET_REPOSITORY='${OWNER}/$1 >> ${GITHUB_ENV}
if [[ $1 != "eq19.github.io" ]]; then SITEID=$(( $3 + 2 )); else SITEID=1; fi

if [[ "${OWNER}" == "eq19" ]]; then
sed -i "1s|^|description: An attempt to discover the Final Theory\n\n|" ${RUNNER_TEMP}/_config.yml
echo 'LATEST_COMMIT='$(curl -s "https://api.github.com/users/eq19/events/public" | jq ".[0].payload.commits[0].message") >> ${GITHUB_ENV}
else
DESCRIPTION=$(gh api -H "${HEADER}" /orgs/${OWNER} --jq '.description')
sed -i "1s|^|description: ${DESCRIPTION}\n\n|" ${RUNNER_TEMP}/_config.yml
Expand Down

0 comments on commit c23791f

Please sign in to comment.