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

27 lines
708 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@8f152de45cc393bb48ce5d89d36b731f54556e65
2022-11-27 10:39:42 -08:00
with:
node-version: 18
- name: Checkout code 👋
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- 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
2023-07-21 10:41:47 -07:00
node main.js