Skip to content

Update dependency express to v4.19.0 #45

Update dependency express to v4.19.0

Update dependency express to v4.19.0 #45

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Social media integrations

Invalid workflow file

The workflow is not valid. .github/workflows/SocialContent.yml (Line: 46, Col: 9): Unexpected value 'uses' .github/workflows/SocialContent.yml (Line: 44, Col: 9): Required property is missing: run
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}