oh-my-posh/.github/workflows/social.yml

27 lines
709 B
YAML
Raw Normal View History

2023-04-27 23:35:26 -07:00
name: Social
2022-11-27 10:39:42 -08:00
on:
release:
types: [published]
workflow_dispatch:
2022-11-27 10:39:42 -08:00
jobs:
2023-04-28 11:59:28 -07:00
bluesky:
runs-on: ubuntu-latest
steps:
- name: Install Node ⬇️
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
2022-11-27 10:39:42 -08:00
with:
node-version: 18
- name: Checkout code 👋
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Skyt 🌤️
working-directory: scripts/bluesky
2022-11-27 10:39:42 -08:00
env:
BLUESKY_IDENTIFIER: ${{ secrets.BLUESKY_IDENTIFIER }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
OWNER: JanDeDobbeleer
REPO: oh-my-posh
run: |
npm install
node main.cjs