Update dependency express to v4.19.0 #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Social media integrations' | ||
on: | ||
push: | ||
branches: ['master', 'develop'] | ||
jobs: | ||
CreateImage: | ||
name: Create repo img for social media | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: Open Graph social cards | ||
uses: Jasmin2895/[email protected] | ||
with: | ||
bold-text: 'RodCordeiro API' | ||
plain-text: 'for personal assistance and project managements' | ||
theme: 'dark' | ||
- name: Archive open graph image | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: open-graph-image | ||
path: og-image.now.sh.png | ||
- name: Download all workflow run artifacts | ||
uses: actions/download-artifact@v2 | ||
- name: List files | ||
shell: bash | ||
run: | | ||
files=$(ls) | ||
echo ${files[@]} | ||
- name: Send image to discord channel | ||
uses: sinshutu/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
with: | ||
args: og-image.now.sh.png | ||
Resk: | ||
name: Create code gists for example | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Resk | ||
shell: bash | ||
uses: maticzav/resk@v2 | ||
Check failure on line 46 in .github/workflows/SocialContent.yml GitHub Actions / Social media integrationsInvalid workflow file
|
||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |