-<!doctype html><html lang=ja dir=auto><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots content="index, follow"><title>GitHub-Actions | Shindy's Note</title><meta name=keywords content><meta name=description content="趣味書いた技術メモです🎹"><meta name=author content="shindy"><link rel=canonical href=https://shindy-dev.github.io/shindys-note/tags/github-actions/><meta name=google-site-verification content="G-R2YQZRNH87"><link crossorigin=anonymous href=/shindys-note/assets/css/stylesheet.8fe10233a706bc87f2e08b3cf97b8bd4c0a80f10675a143675d59212121037c0.css integrity="sha256-j+ECM6cGvIfy4Is8+XuL1MCoDxBnWhQ2ddWSEhIQN8A=" rel="preload stylesheet" as=style><link rel=icon href=https://shindy-dev.github.io/shindys-note/favicon.ico><link rel=icon type=image/png sizes=16x16 href=https://shindy-dev.github.io/shindys-note/favicon-16x16.png><link rel=icon type=image/png sizes=32x32 href=https://shindy-dev.github.io/shindys-note/favicon-32x32.png><link rel=apple-touch-icon href=https://shindy-dev.github.io/shindys-note/apple-touch-icon.png><link rel=mask-icon href=https://shindy-dev.github.io/shindys-note/safari-pinned-tab.svg><meta name=theme-color content="#2e2e33"><meta name=msapplication-TileColor content="#2e2e33"><link rel=alternate type=application/rss+xml href=https://shindy-dev.github.io/shindys-note/tags/github-actions/index.xml><link rel=alternate hreflang=ja href=https://shindy-dev.github.io/shindys-note/tags/github-actions/><noscript><style>#theme-toggle,.top-link{display:none}</style><style>@media(prefers-color-scheme:dark){:root{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--theme)}.list:not(.dark)::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-thumb{border-color:var(--theme)}}</style></noscript><meta property="og:url" content="https://shindy-dev.github.io/shindys-note/tags/github-actions/"><meta property="og:site_name" content="Shindy's Note"><meta property="og:title" content="GitHub-Actions"><meta property="og:description" content="趣味書いた技術メモです🎹"><meta property="og:locale" content="ja"><meta property="og:type" content="website"><meta property="og:image" content="https://shindy-dev.github.io/favicon.ico"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://shindy-dev.github.io/favicon.ico"><meta name=twitter:title content="GitHub-Actions"><meta name=twitter:description content="趣味書いた技術メモです🎹"></head><body class=list id=top><script>localStorage.getItem("pref-theme")==="dark"?document.body.classList.add("dark"):localStorage.getItem("pref-theme")==="light"?document.body.classList.remove("dark"):window.matchMedia("(prefers-color-scheme: dark)").matches&&document.body.classList.add("dark")</script><header class=header><nav class=nav><div class=logo><a href=https://shindy-dev.github.io/shindys-note/ accesskey=h title="Shindy's Note (Alt + H)"><img src=https://shindy-dev.github.io/shindys-note/favicon.ico alt aria-label=logo height=35>Shindy's Note</a><div class=logo-switches><button id=theme-toggle accesskey=t title="(Alt + T)" aria-label="Toggle theme">
0 commit comments