Skip to content

Commit

Permalink
2024-02-01 04:09:07
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Feb 1, 2024
1 parent 2164d6a commit 1a2e714
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Feedback, wishes and suggestions can be sent by email.
- Constructive criticism, bug descriptions and other reports are welcome.
- Email: mail@ihub.to
- Email: mail@kai.kim

## Sources

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

LABEL "name"="GitHub API Fetch"
LABEL "description"="GitHub Action to get GitHub API responses and save them to repository."
LABEL "maintainer"="iHub TO <mail@ihub.to>"
LABEL "maintainer"="Kai Kimera <mail@kai.kim>"
LABEL "repository"="https://github.com/ghastore/github-api"
LABEL "homepage"="https://github.com/ghastore"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 iHub TO <https://ihub.to>
Copyright (c) 2023 Kai Kimera <https://kai.kim>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "GitHub API Fetch"
author: "iHub TO <mail@ihub.to>"
author: "Kai Kimera <mail@kai.kim>"
description: "GitHub Action to get GitHub API responses and save them to repository."
branding:
icon: "anchor"
Expand Down
6 changes: 3 additions & 3 deletions fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Get GitHub API responses and save them to repository.
#
# @package Bash
# @author Kitsune Solar <mail@kitsune.solar>
# @copyright 2023 iHub TO
# @author Kai Kimera <mail@kai.kim>
# @copyright 2023 Kai Kimera
# @license MIT
# @version 0.0.1
# @link https://github.com/ghastore
Expand Down Expand Up @@ -280,7 +280,7 @@ _gh_file() {
}

# -------------------------------------------------------------------------------------------------------------------- #
# -------------------------------------------------< INIT FUNCTIONS >------------------------------------------------- #
# -------------------------------------------------< RUNNING SCRIPT >------------------------------------------------- #
# -------------------------------------------------------------------------------------------------------------------- #

init "$@"; exit 0

0 comments on commit 1a2e714

Please sign in to comment.