Skip to content

Commit

Permalink
update herwinz 2
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinz committed Nov 27, 2024
1 parent 599c5b0 commit c51ea31
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
josh-ops.com
herwinz.github.io
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# josh-ops.com
# herwinz.github.io

## Overview

A DevOps Blog - Blogging about GitHub and Azure DevOps practices, tips, scripts, and my continuous improvement DevOps journey.

[**josh-ops.com**](https://josh-ops.com)
[**herwinz.github.io**](https://herwinz.github.io)

[![Build and Deploy](https://github.com/joshjohanning/joshjohanning.github.io/actions/workflows/pages-deploy.yml/badge.svg?branch=main)](https://github.com/joshjohanning/joshjohanning.github.io/actions/workflows/pages-deploy.yml)

Expand All @@ -24,7 +24,7 @@ Chirpy:

### Adding Speaking tab

- Added a [speaking tab](https://josh-ops.com/speaking/) to capture my speaking engagements
- Added a [speaking tab](https://herwinz.github.io/speaking/) to capture my speaking engagements
- [Used an icon](https://github.com/joshjohanning/joshjohanning.github.io/blob/ab7bb6e3842189adf1dccc909e1e77b86b625d0a/_tabs/speaking.md?plain=1#L3) from [fontawesome](https://fontawesome.com/v4/icons/) for the link in the sidebar

### Light Mode Sidebar Background Color
Expand Down
6 changes: 3 additions & 3 deletions _posts/2022-01-21-github-misc-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ I have readme's in each of the folders with a brief description of the enclosed

Here's an example of some of the scripts I have populated in there so far:

- [download file from github packages](https://github.com/joshjohanning/github-misc-scripts/blob/main/api/download-file-from-github-packages.sh) (api) - (and my [blog post](https://josh-ops.com/posts/github-download-from-github-packages/)!)
- [download file from github packages](https://github.com/joshjohanning/github-misc-scripts/blob/main/api/download-file-from-github-packages.sh) (api) - (and my [blog post](https://herwinz.github.io/posts/github-download-from-github-packages/)!)
- [create repo](https://github.com/joshjohanning/github-misc-scripts/blob/main/api/create-repo.sh) (api)
- [download file from private repo](https://github.com/joshjohanning/github-misc-scripts/blob/main/api/download-file-from-private-repo.sh) (api)
- [download workflow artifacts](https://github.com/joshjohanning/github-misc-scripts/blob/main/api/download-workflow-artifacts.sh) (api)
Expand All @@ -39,8 +39,8 @@ Here's an example of some of the scripts I have populated in there so far:
- [get repository branch policies](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/get-repository-branch-policies.sh) (graphql)
- [get repository id](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/get-repository-id.sh) (graphql)
- [transfer issue](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/transfer-issue.sh) (graphql)
- [download specific version from github packages](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/download-specific-version-from-github-packages.sh) (graphql) - (and my [blog post](https://josh-ops.com/posts/github-download-from-github-packages/)!)
- [download latest version from github packages](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/download-latest-version-from-github-packages.sh) (graphql) - (and my [blog post](https://josh-ops.com/posts/github-download-from-github-packages/)!)
- [download specific version from github packages](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/download-specific-version-from-github-packages.sh) (graphql) - (and my [blog post](https://herwinz.github.io/posts/github-download-from-github-packages/)!)
- [download latest version from github packages](https://github.com/joshjohanning/github-misc-scripts/blob/main/graphql/download-latest-version-from-github-packages.sh) (graphql) - (and my [blog post](https://herwinz.github.io/posts/github-download-from-github-packages/)!)
- [get sso credential authorizations (PATs, SSH Keys)](https://github.com/joshjohanning/github-misc-scripts/blob/main/gh-cli/get-sso-credential-authorizations.sh) (gh-cli)

## Overview
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-09-30-migrating-repos-to-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ git push -u origin main

## Option 5: SVN to Git

1. See my [blog post](https://josh-ops.com/posts/migrate-svn-to-git/)!
1. See my [blog post](https://herwinz.github.io/posts/migrate-svn-to-git/)!
2. Otherwise, if your SVN repo is internet-accessible, see: [GitHub Importer](#option-1-using-github-importer)

## Option 6: TFVC to Git
Expand Down
8 changes: 4 additions & 4 deletions _posts/2022-10-12-using-github-checks-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ jobs:
# token: ${{ github.token }}
name: Second Job
conclusion: ${{ job.status }}
details_url: https://josh-ops.com/posts/github-code-coverage/
action_url: https://josh-ops.com/posts/github-code-coverage/
details_url: https://herwinz.github.io/posts/github-code-coverage/
action_url: https://herwinz.github.io/posts/github-code-coverage/
output: |
{"summary":""}
output_text_description_file: code-coverage-results.md
Expand Down Expand Up @@ -228,8 +228,8 @@ jobs:
# token: ${{ github.token }}
name: Second Job
conclusion: ${{ job.status }}
details_url: https://josh-ops.com/posts/github-code-coverage/
action_url: https://josh-ops.com/posts/github-code-coverage/
details_url: https://herwinz.github.io/posts/github-code-coverage/
action_url: https://herwinz.github.io/posts/github-code-coverage/
output: |
{"summary":""}
output_text_description_file: code-coverage-results.md
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-03-13-deprecated-github-actions-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ joshjohanning-org/actions-linter-testing-clean
As an Enterprise/Organization owner, this tool can be useful to find repositories that are using deprecated workflow commands. You can then reach out to the owners of the repositories to let them know that they need to update their workflows. This can also be useful for repository admins as well, and just feed in the list of repositories that you manage.
Going forward, make sure to set up [`dependabot.yml`{: .filepath}](https://josh-ops.com/posts/github-dependabot-for-actions/#marketplace-actions) file to keep your actions up to date. This also applies for actions that are internal to your enterprise/organization, but with additional [configuration required](https://josh-ops.com/posts/github-dependabot-for-actions/#custom-actions-in-organization) (see my [post](https://josh-ops.com/posts/github-dependabot-for-actions/#custom-actions-in-organization) for more details!).
Going forward, make sure to set up [`dependabot.yml`{: .filepath}](https://herwinz.github.io/posts/github-dependabot-for-actions/#marketplace-actions) file to keep your actions up to date. This also applies for actions that are internal to your enterprise/organization, but with additional [configuration required](https://herwinz.github.io/posts/github-dependabot-for-actions/#custom-actions-in-organization) (see my [post](https://herwinz.github.io/posts/github-dependabot-for-actions/#custom-actions-in-organization) for more details!).
Also, check out [another user's solution](https://github.com/orgs/community/discussions/49405#discussioncomment-5227815) to the problem I'm solving here!
4 changes: 2 additions & 2 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ order: 4

⚡ I have been an avid user of Azure Pipelines and have my pipeline templates consolidated in my [pipeline-templates](https://github.com/joshjohanning/pipeline-templates) repo

⚡ I blog about my DevOps experiences at [josh-ops.com](https://josh-ops.com)
⚡ I blog about my DevOps experiences at [herwinz.github.io](https://herwinz.github.io)

⚡ To contact me:
- 🌱 Leave a comment on one of my [posts](https://josh-ops.com)!
- 🌱 Leave a comment on one of my [posts](https://herwinz.github.io)!
- 🌱 [Message me on LinkedIn](https://www.linkedin.com/in/herwindra/)
- 🌱 [Tweet me](https://twitter.com/jjjettrain)

0 comments on commit c51ea31

Please sign in to comment.