Skip to content

Commit 60b6fa9

Browse files
author
Jason
authored
chore: add step to trigger PR in workflow (#861)
1 parent a71cf70 commit 60b6fa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-ic-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: IC Artifacts Update
33

44
on:
5+
workflow_dispatch:
56
schedule:
67
# create a new pull request every monday
78
- cron: '0 0 * * MON'
@@ -54,6 +55,7 @@ jobs:
5455
sed -i -e \
5556
"s/$current_sha/$latest_sha/g" \
5657
".ic-commit"
58+
echo "updated=1" >> "$GITHUB_OUTPUT"
5759
else
5860
echo "not updating $current_sha"
5961
echo "updated=0" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)