Below you will find pages that utilize the taxonomy term “harunonsystem”
December 19, 2025
CF Workers Actions
Version updated for https://github.com/harunonsystem/cf-workers-actions to version v1.1.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix: enable changeset tagging and update release PR title in https://github.com/harunonsystem/cf-workers-actions/pull/17 Fix/release workflow config in https://github.com/harunonsystem/cf-workers-actions/pull/18 fix: use GITHUB_HEAD_REF for PR branch name retrieval in https://github.com/harunonsystem/cf-workers-actions/pull/19 fix: add –target option to gh release create in https://github.com/harunonsystem/cf-workers-actions/pull/21 Full Changelog: https://github.com/harunonsystem/cf-workers-actions/compare/v1.0.5...v1.1.0
December 11, 2025
CF Workers Actions
Version updated for https://github.com/harunonsystem/cf-workers-actions to version v1.0.5.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Patch Changes b693ead: fix: use GITHUB_HEAD_REF for PR branch name retrieval
Fixed an issue where pull request branch names were incorrectly displayed as GitHub’s internal reference (refs/pull/*/merge) instead of the actual source branch name. Now correctly uses GITHUB_HEAD_REF environment variable for PRs and github.
December 7, 2025
CF Workers Actions
Version updated for https://github.com/harunonsystem/cf-workers-actions to version v1.0.3.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed ✨ Features Debug Mode: Add debug mode to control log verbosity (#10) Respect ACTIONS_STEP_DEBUG environment variable Reduce log noise in default output Full diagnostic info available when debug enabled 🔒 Security Vite Update: Fix security vulnerability in vite transitive dependency (#11) Update vite from 7.