Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/export-mastodon-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,18 @@ jobs:
python -m pip install -U -r requirements.txt
- name: Export geotribu's mastodon lists and accounts
if: github.actor != 'dependabot[bot]'
env:
GEOTRIBU_MASTODON_API_ACCESS_TOKEN: ${{ secrets.GEOTRIBU_MASTODON_API_ACCESS_TOKEN }}
run: |
geotribu social mastodon-export -w export/
- name: Create dummy export for Dependabot
if: github.actor == 'dependabot[bot]'
run: |
mkdir -p export/
echo "Dependabot test run" > export/README.txt
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
Expand Down