mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-14 23:14:05 -08:00
b47dbdfb68
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](e33196f742...bea5baf987
)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
27 lines
708 B
YAML
27 lines
708 B
YAML
name: Social
|
|
on:
|
|
release:
|
|
types: [published]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
bluesky:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Install Node ⬇️
|
|
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381
|
|
with:
|
|
node-version: 18
|
|
- name: Checkout code 👋
|
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
|
- name: Skyt 🌤️
|
|
working-directory: scripts/bluesky
|
|
env:
|
|
BLUESKY_IDENTIFIER: ${{ secrets.BLUESKY_IDENTIFIER }}
|
|
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
|
|
OWNER: JanDeDobbeleer
|
|
REPO: oh-my-posh
|
|
run: |
|
|
npm install
|
|
node main.js
|