René's URL Explorer Experiment


Title: `github.rest.git.createRef` does not trigger other workflows · Issue #491 · actions/github-script · GitHub

Open Graph Title: `github.rest.git.createRef` does not trigger other workflows · Issue #491 · actions/github-script

X Title: `github.rest.git.createRef` does not trigger other workflows · Issue #491 · actions/github-script

Description: Describe the bug When pushing a new tag with github.rest.git.createRef on a scheduled job, the tag is successfully created but other workflows that should be triggered by a new tag are not. To Reproduce I have a scheduled job like this: ...

Open Graph Description: Describe the bug When pushing a new tag with github.rest.git.createRef on a scheduled job, the tag is successfully created but other workflows that should be triggered by a new tag are not. To Repr...

X Description: Describe the bug When pushing a new tag with github.rest.git.createRef on a scheduled job, the tag is successfully created but other workflows that should be triggered by a new tag are not. To Repr...

Opengraph URL: https://github.com/actions/github-script/issues/491

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`github.rest.git.createRef` does not trigger other workflows","articleBody":"**Describe the bug**\r\nWhen pushing a new tag with `github.rest.git.createRef` on a scheduled job, the tag is successfully created but other workflows that should be triggered by a new tag are not.\r\n\r\n**To Reproduce**\r\nI have a scheduled job like this:\r\n```\r\non:\r\n    schedule:\r\n        - cron: \"49 5 * * *\"\r\n\r\njobs:\r\n    find_releases:\r\n        name: Find releases\r\n        runs-on: ubuntu-latest\r\n\r\n        steps:\r\n\r\n            - uses: actions/github-script@v7\r\n              with:\r\n                  script: |\r\n                      // ...\r\n                      const result_ref = await github.rest.git.createRef({\r\n                          owner: context.repo.owner,\r\n                          repo: context.repo.repo,\r\n                          ref: \"refs/tags/\" + \"v0.0.1\",\r\n                          sha: context.sha\r\n                      })\r\n```\r\n\r\nAnd a build job like this:\r\n```\r\non: push\r\n\r\njobs:\r\n  build_wheels:\r\n    steps:\r\n      - uses: actions/checkout@v4\r\n      - \u003cbuild step\u003e\r\n\r\n  publish:\r\n    runs-on: ubuntu-latest\r\n    if: github.event_name == 'push' \u0026\u0026 startsWith(github.event.ref, 'refs/tags/v')\r\n    steps:\r\n      - \u003cpublish step\u003e\r\n```\r\n\r\n**Expected behavior**\r\nI would expect the tag to be created on the schedule, after which a build and a corresponding publish is triggered.\r\n\r\n**Desktop (please complete the following information):**\r\n - OS: Github Workflow\r\n - Version v7\r\n\r\n---\r\n\r\nThe scheduled workflow run from this morning: https://github.com/RobertoRoos/protobuf-protoc-bin/actions/runs/11249037881/job/31275208574  \r\nAll workflows for that version: https://github.com/RobertoRoos/protobuf-protoc-bin/tree/c737e636f6fbfc626cbcb207d77af7713db50bda/.github/workflows \r\n","author":{"url":"https://github.com/RobertoRoos","@type":"Person","name":"RobertoRoos"},"datePublished":"2024-10-09T06:37:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/491/github-script/issues/491"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:52d581a3-d255-c06c-17ef-6d866c980da8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC446:3F60C6:83149E3:B8E0D74:6A50C68C
html-safe-nonceed4a1bcaaa86bcc23fff806b95805f2b65d5321acdd649ca46b74695a117aee5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNDQ2OjNGNjBDNjo4MzE0OUUzOkI4RTBENzQ6NkE1MEM2OEMiLCJ2aXNpdG9yX2lkIjoiMTQ3ODY3MTk4NjY5NTY1MzAwNCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac387d78d355d5a8f569f2000e8d5df1ddd93b7e45447e9fb2c736d107e7b30cb0
hovercard-subject-tagissue:2574909381
github-keyboard-shortcutsrepository,issues,actions,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/actions/github-script/491/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8cfb5c4c56c61a54426f4b532be2720be765142bc3a91dd32c8de601e3abf807/actions/github-script/issues/491
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8cfb5c4c56c61a54426f4b532be2720be765142bc3a91dd32c8de601e3abf807/actions/github-script/issues/491
og:image:altDescribe the bug When pushing a new tag with github.rest.git.createRef on a scheduled job, the tag is successfully created but other workflows that should be triggered by a new tag are not. To Repr...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameRobertoRoos
hostnamegithub.com
expected-hostnamegithub.com
None72b13e0e8d0319acdd27a145cfe73f4f06c791713d0ac4690e41fb68ad28cac0
turbo-cache-controlno-preview
go-importgithub.com/actions/github-script git https://github.com/actions/github-script.git
octolytics-dimension-user_id44036562
octolytics-dimension-user_loginactions
octolytics-dimension-repository_id205262760
octolytics-dimension-repository_nwoactions/github-script
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id205262760
octolytics-dimension-repository_network_root_nwoactions/github-script
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release08e79d53fc070870d5b168356afebb1e286a2ffe
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/actions/github-script/issues/491#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fgithub-script%2Fissues%2F491
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fgithub-script%2Fissues%2F491
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=actions%2Fgithub-script
Reloadhttps://github.com/actions/github-script/issues/491
Reloadhttps://github.com/actions/github-script/issues/491
Reloadhttps://github.com/actions/github-script/issues/491
Please reload this pagehttps://github.com/actions/github-script/issues/491
actions https://github.com/actions
github-scripthttps://github.com/actions/github-script
Notifications https://github.com/login?return_to=%2Factions%2Fgithub-script
Fork 572 https://github.com/login?return_to=%2Factions%2Fgithub-script
Star 5k https://github.com/login?return_to=%2Factions%2Fgithub-script
Code https://github.com/actions/github-script
Issues 54 https://github.com/actions/github-script/issues
Pull requests 35 https://github.com/actions/github-script/pulls
Discussions https://github.com/actions/github-script/discussions
Actions https://github.com/actions/github-script/actions
Security and quality 0 https://github.com/actions/github-script/security
Insights https://github.com/actions/github-script/pulse
Code https://github.com/actions/github-script
Issues https://github.com/actions/github-script/issues
Pull requests https://github.com/actions/github-script/pulls
Discussions https://github.com/actions/github-script/discussions
Actions https://github.com/actions/github-script/actions
Security and quality https://github.com/actions/github-script/security
Insights https://github.com/actions/github-script/pulse
github.rest.git.createRef does not trigger other workflowshttps://github.com/actions/github-script/issues/491#top
https://github.com/RobertoRoos
RobertoRooshttps://github.com/RobertoRoos
on Oct 9, 2024https://github.com/actions/github-script/issues/491#issue-2574909381
https://github.com/RobertoRoos/protobuf-protoc-bin/actions/runs/11249037881/job/31275208574https://github.com/RobertoRoos/protobuf-protoc-bin/actions/runs/11249037881/job/31275208574
https://github.com/RobertoRoos/protobuf-protoc-bin/tree/c737e636f6fbfc626cbcb207d77af7713db50bda/.github/workflowshttps://github.com/RobertoRoos/protobuf-protoc-bin/tree/c737e636f6fbfc626cbcb207d77af7713db50bda/.github/workflows
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.