Skip to content

Commit

Permalink
chore: update sync doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
chongqiangchen committed Jun 1, 2024
1 parent ee29dc2 commit 3e291b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
sudo apt-get install -y jq
- name: Run Sync Script
id: sync
run: |
chmod +x sync.sh
./sync.sh
echo "{name}={changes}" >> $(cat temp.txt)
echo "::set-output name=changes::$(cat temp.txt)"
rm temp.txt
- name: Create Pull Request
Expand Down

0 comments on commit 3e291b6

Please sign in to comment.