mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-14 23:14:05 -08:00
61673427bd
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e5e7e5ab8...c85c95e3d7
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
27 lines
709 B
YAML
27 lines
709 B
YAML
name: Social
|
|
on:
|
|
release:
|
|
types: [published]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
bluesky:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Install Node ⬇️
|
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
|
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.cjs
|