Skip to content

Commit ddd9cdd

Browse files
committed
chore: publish tested PR 81 code separately from workflows
1 parent c9c266a commit ddd9cdd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr81-autofix.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
""" await withInteractiveStdin(() =>\n publish({\n args: ['bundle.ppk'],\n options: { platform: 'android' },\n }),\n );\n""",
8080
)
8181
PY
82-
rm .github/pr81-fix.py .github/workflows/pr81-autofix.yml
82+
rm .github/pr81-fix.py
8383
8484
- uses: oven-sh/setup-bun@v2
8585

@@ -105,6 +105,10 @@ jobs:
105105

106106
- name: Commit tested fixes
107107
run: |
108+
# GitHub Actions tokens cannot push workflow-file changes. Restore
109+
# the regular CI workflow here; it is committed separately through
110+
# the GitHub contents API after this tested code commit is published.
111+
git checkout HEAD -- .github/workflows/test.yml
108112
git diff --check
109113
git config user.name "github-actions[bot]"
110114
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)