CARVIEW |
Select Language
HTTP/2 301
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
location: /en/actions/how-tos/use-cases-and-examples
content-type: text/plain; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 7CCB:1F28B9:5E9068:8088F8:6879CE24
accept-ranges: bytes
age: 0
date: Fri, 18 Jul 2025 04:31:33 GMT
via: 1.1 varnish
x-served-by: cache-bom4751-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752813093.501213,VS0,VE1250
vary: Accept
strict-transport-security: max-age=31557600
content-length: 76
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 287A:28F757:5CD4E9:7ECB43:6879CE18
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Fri, 18 Jul 2025 04:31:35 GMT
via: 1.1 varnish
x-served-by: cache-bom4751-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752813094.765731,VS0,VE1876
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 31900
Use cases and examples - GitHub Docs
Skip to main content
GitHub Docs
Search or ask Copilot
Select language: current language is English
Search or ask Copilot
Open menu
Open Sidebar
Use cases and examples
Example workflows that demonstrate the features of GitHub Actions.
Publishing packages
You can automatically publish packages using GitHub Actions.
Managing projects
You can automatically manage your issues and pull requests using GitHub Actions workflows.
Using containerized services
You can use containerized services in your GitHub Actions workflows.