Skip to content

Commit

Permalink
Update jaen-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn authored Oct 9, 2023
1 parent e82e93b commit a5fde7e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/jaen-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
# https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#http-based-git-access-by-an-installation
git remote set-url origin "https://x-access-token:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git"
# https://classic.yarnpkg.com/lang/en/docs/cli/install/#toc-yarn-install-pure-lockfile
- name: Install Jaen globally
# https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstepsrun
run: npm i -g "@snek-at/jaen@0.0.108"

- name: Migrate Jaen Data 📝
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#
working-directory: ${{github.event.client_payload.cwd}}
Expand All @@ -54,7 +49,7 @@ jobs:
#git checkout --orphan gh-pages
git checkout main
jaen migrate -m ${{github.event.client_payload.migrationURL}}
echo "${{github.event.client_payload.migrationURL}}" >> ./jaen-data/patches.txt
# Git: add, commit, and push changes
git add .
Expand Down

0 comments on commit a5fde7e

Please sign in to comment.