github-actions专题提供github-actions的最新资讯内容,帮你更好的了解github-actions。
我正在尝试找出如何最好地将我的Vuejs应用容器化,然后将其上传到Google Container Registry。 我已经砍
按照<a href="https://stackoverflow.com/questions/60355925/share-artifacts-between-workflows-github-actions">Share artifacts between wor
最近(2020年10月)AWS开始使用GitHub Actions v2,现在当我在代码中选择GitHub私有存储库时,出现此错误:</p
我认为这对其他许多人都是有用的。 我正在使用<a href="https://github.com/phips28/gh-action-bump-version" rel="n
我想使用代码扫描工具<a href="https://github.com/github/codeql-action" rel="nofollow noreferrer">CodeQL</a>。我遵循<a href="
我想将Firestore备份到Google可能的存储空间,我遵循了<a href="https://www.youtube.com/watch?v=ZNT_9d0gAFQ" rel="nofollow
我正在使用Github Actions在我的项目中实现CI管道。当前,我正在尝试使用actions / cache @ v2来缓存<code>setParal
我正在使用以下Actions YAML尝试从Flutter应用构建Android APK: <pre><code>name: CI on: push: branches: - mas
我正在创建GitHub动作,其中有两个并行运行的循环,并写入控制台。 示例: <pre class="lang-js prett
我尝试使用discord.py <a href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Bot.reload_exten
我正在github动作中运行以下代码 <pre><code>- name: Verify Workflow integrity run: | echo &#34;some text&#34; &gt
在我的项目中,它具有如下所示的文件夹结构: <pre><code>dev-internal-web -.firebase -.github -e2e -functions -node
我的ubuntu服务器上有一个Nuxt Js应用程序。我使用终端输入服务器并在服务器上运行命令。我无法运行命
我正在使用<a href="https://github.com/marketplace/actions/github-script" rel="nofollow noreferrer">github-script</a>进行GitHub操
我尝试将文件推送到我的github存储库中,并把一个文件大了,确实从git状态中删除了该文件。但是该文
<pre class="lang-yml prettyprint-override"><code>name: Rspec on: [push] jobs: build: runs-on: [self-hosted, linux] services:
我存储了以下工作流程文件 <pre><code>.github/workflows/mule-prod-cd.yml </code></pre> 具有此内容 <pre><code>na
我正在使用GitHub Action配置Coveralls。 我进行了搜索,但找不到如何生成./coverage/lcov.info文件。<br/> 当
我最终进行了一些过时的检查,主要是重命名/重构工作流的结果,我想删除过时的检查,但是github似乎
我有这种情况: <pre class="lang-yaml prettyprint-override"><code>jobs: shake: name: &#39;NodeJS ${{ matrix.node }}&#39;