Skip to content

Commit

Permalink
chore: templates generated by RadxaOS-SDK/rsdk@d5df3bd.dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 21f477d commit 49f4cf6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
echo "pages=$(realpath ~/.aptly/public/rsdk-local/.)" >> $GITHUB_OUTPUT
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add pkgs.json
git commit -m "chore: update package snapshot"
if git status --porcelain | grep --quiet "pkgs.json" ; then
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add pkgs.json
git commit -m "chore: update package snapshot"
fi
popd
shell: "bash"
- name: "Setup GitHub Pages"
Expand Down

0 comments on commit 49f4cf6

Please sign in to comment.