<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: actions</title>
    <link>https://waylonwalker.com/tags/actions/</link>
    <description>All posts with the tag &#34;actions&#34;</description>
    <lastBuildDate>Wed, 07 Dec 2022 13:09:37 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://waylonwalker.com/tags/actions/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>dash e your github docker actions</title>
      <link>https://waylonwalker.com/fail-ci-scripts/</link>
      <description>Give github actions the -e flag in the shebang so they fail on any one command failure. Otherwise each line will set the exit status, but only the last one...</description>
      <pubDate>Wed, 07 Dec 2022 13:09:37 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/fail-ci-scripts/</guid>
      <author>hello@waylonwalker.com</author>
      <category>bash</category>
      <category>github</category>
      <category>actions</category>
      <category>ci-cd</category>
    </item>
    <item>
      <title>Site Down During Build</title>
      <link>https://waylonwalker.com/site-down-during-build/</link>
      <description>Recently I noticed a new netlify site of mine was down while I was checking to see if new content was live. Later found out this was consistent after each...</description>
      <pubDate>Mon, 22 Mar 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/site-down-during-build/</guid>
      <author>hello@waylonwalker.com</author>
      <category>webdev</category>
      <category>actions</category>
    </item>
    <item>
      <title>Review of the git-auto-commit-action</title>
      <link>https://waylonwalker.com/git-auto-commit-action-review/</link>
      <description>It&#39;s a really cool GitHub action that will automatically commit files changed during the action. I was using this to render a new readme based on a template.</description>
      <pubDate>Mon, 03 Aug 2020 05:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/git-auto-commit-action-review/</guid>
      <author>hello@waylonwalker.com</author>
      <category>actions</category>
    </item>
    <item>
      <title>Four github actions for your website</title>
      <link>https://waylonwalker.com/four-github-actions-website/</link>
      <description>GitHub&#39;s actions are a new GitHub feature that will trigger GitHub to spin up a virtual machine and run some tasks with some special access to your repo. It...</description>
      <pubDate>Mon, 18 May 2020 13:02:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/four-github-actions-website/</guid>
      <author>hello@waylonwalker.com</author>
      <category>actions</category>
    </item>
    <item>
      <title>Four Github Actions for Python</title>
      <link>https://waylonwalker.com/four-github-actions-python/</link>
      <description>If you are developing python packages and using GitHub here are four actions that you can use today to automate your release workflow. Since python tools...</description>
      <pubDate>Mon, 13 Apr 2020 06:23:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/four-github-actions-python/</guid>
      <author>hello@waylonwalker.com</author>
      <category>actions</category>
      <category>python</category>
    </item>
    <item>
      <title>Send Emails with GitHub Actions</title>
      <link>https://waylonwalker.com/send-email-with-github-actions/</link>
      <description>Here is one useful thing that you can do with GitHub actions no matter what language you use, send email. You might want to know right away when your ci...</description>
      <pubDate>Tue, 31 Mar 2020 03:39:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/send-email-with-github-actions/</guid>
      <author>hello@waylonwalker.com</author>
      <category>actions</category>
    </item>
    <item>
      <title>What Are GitHub Actions</title>
      <link>https://waylonwalker.com/what-are-github-actions/</link>
      <description>GitHub actions are an amazing tool that allows us to run code based on triggers inside of our repo. Their is a large and growing community of actions inside...</description>
      <pubDate>Mon, 16 Mar 2020 05:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/what-are-github-actions/</guid>
      <author>hello@waylonwalker.com</author>
      <category>actions</category>
    </item>
    <item>
      <title>Getting Started with GitHub Actions</title>
      <link>https://waylonwalker.com/github-actions-syntax/</link>
      <description>Github actions are written in configuration files using the YAML syntax. YAML is a superset of JSON. Most YAML can be expressed inline with JSON syntax....</description>
      <pubDate>Mon, 16 Mar 2020 05:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/github-actions-syntax/</guid>
      <author>hello@waylonwalker.com</author>
      <category>actions</category>
    </item>
  </channel>
</rss>