Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivedisachin committed Feb 13, 2025
1 parent 062dea0 commit 137bffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
OT_API_SECRET: ${{secrets.API_SECRET}}
VONAGE_APP_ID: ${{secrets.VONAGE_APP_ID}}
VONAGE_PRIVATE_KEY: ${{secrets.VONAGE_PRIVATE_KEY}}
BRANCH_NAME: 'develop'

jobs:
run:
Expand Down Expand Up @@ -135,5 +136,5 @@ jobs:
SHA=""
fi
curl -s -X PUT -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-d "{\"message\":\"Commit updated screenshots [auto-generated]\", \"content\":\"$CONTENT\", \"branch\":\"$BRANCH_NAME\", \"sha\":\"$SHA\"}" \
-d "{\"message\":\"Commit updated dependencies file [auto-generated]\", \"content\":\"$CONTENT\", \"branch\":\"$BRANCH_NAME\", \"sha\":\"$SHA\"}" \
"https://api.github.com/repos/${{ github.repository }}/contents/$FILE"

0 comments on commit 137bffb

Please sign in to comment.