<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GitHub Actions on Junian Dev</title>
    <link>https://www.junian.dev/tags/github-actions/</link>
    <description>Recent content in GitHub Actions on Junian Dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>author@junian.dev (Junian Triajianto)</managingEditor>
    <webMaster>author@junian.dev (Junian Triajianto)</webMaster>
    <copyright>Copyright &amp;copy; 2014 - 2026 Junian.dev</copyright>
    
	    <atom:link href="https://www.junian.dev/tags/github-actions/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How to Deploy a Blazor WebAssembly Standalone App to GitHub Pages</title>
      <link>https://www.junian.dev/dev/deploy-blazor-webassembly-standalone-to-github-pages/</link>
      <pubDate>Fri, 30 Jan 2026 19:00:00 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/deploy-blazor-webassembly-standalone-to-github-pages/</guid>
      <description>&lt;p&gt;If you have ever built a .NET Blazor WebAssembly app, you may have separated the frontend and backend.
Since Blazor WASM is essentially just the frontend, you can deploy it to most static site hosting services, including GitHub Pages.&lt;/p&gt;
&lt;p&gt;Let’s get straight to the point. Follow these steps to create, publish, and deploy your standalone Blazor WebAssembly app.&lt;/p&gt;
&lt;p&gt;Install the latest &lt;a href=&#34;https://dotnet.microsoft.com/en-us/download&#34;&gt;.NET SDK&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Create a new Blazor WebAssembly standalone app project. Let’s name it &lt;code&gt;BlazorApp&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitHub Actions Bot Username and Email Address</title>
      <link>https://www.junian.dev/dev/github-actions-bot-username-email-address/</link>
      <pubDate>Mon, 29 Sep 2025 06:09:12 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/github-actions-bot-username-email-address/</guid>
      <description>&lt;p&gt;When writing a GitHub workflow, you may want it to automatically commit changes.&lt;/p&gt;
&lt;p&gt;To distinguish between commits made by humans and those made by bots, set the committer name and email address to the GitHub Actions Bot.&lt;/p&gt;
&lt;p&gt;Here are the details:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Username: &lt;code&gt;github-actions[bot]&lt;/code&gt;&lt;br&gt;
Email: &lt;code&gt;41898282+github-actions[bot]@users.noreply.github.com&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can configure these details for &lt;code&gt;git&lt;/code&gt; with:&lt;/p&gt;

&lt;figure class=&#34;highlight&#34;&gt;
    &lt;button class=&#34;btn-clipboard chroma&#34; title=&#34;Copy to clipboard&#34;&gt;&lt;i class=&#34;fa icon-clipboard&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; class=&#34;feather feather-copy&#34;&gt;&lt;rect x=&#34;9&#34; y=&#34;9&#34; width=&#34;13&#34; height=&#34;13&#34; rx=&#34;2&#34; ry=&#34;2&#34;/&gt;&lt;path d=&#34;M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1&#34;/&gt;&lt;/svg&gt;&lt;/i&gt;&lt;span class=&#34;msg-clipboard&#34;&gt;&lt;/span&gt;&lt;/button&gt;
    &lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git config --global user.name &lt;span class=&#34;s2&#34;&gt;&amp;#34;github-actions[bot]&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git config --global user.email &lt;span class=&#34;s2&#34;&gt;&amp;#34;41898282+github-actions[bot]@users.noreply.github.com&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
    
&lt;/figure&gt;&lt;p&gt;Here is an example workflow step that commits and pushes changes if any files have been modified:&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
