github-actions-core-powershell

A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner, and the toolkit for developing GitHub Actions.

https://github.com/hugoalh/github-actions-core-powershell

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary

Keywords

core gh-actions ghactions github-actions powershell toolkit
Last synced: 4 months ago · JSON representation ·

Repository

A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner, and the toolkit for developing GitHub Actions.

Basic Info
  • Host: GitHub
  • Owner: hugoalh
  • License: other
  • Language: PowerShell
  • Default Branch: main
  • Homepage:
  • Size: 5.15 MB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 70
Topics
core gh-actions ghactions github-actions powershell toolkit
Created about 4 years ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Citation Codeowners Security

README.md

GitHub Actions - Core (PowerShell)

[!IMPORTANT] - This project is transferred ownership from hugoalh Studio (hugoalh-studio) to hugoalh (hugoalh). - Looking the source code of the old PowerShell module hugoalh.GitHubActionsToolkit? Please visit the versions list and select the correct version.

⚖️ MIT

GitHub: hugoalh/github-actions-core-powershell PowerShell Gallery: hugoalh.GitHubActionsCore

A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner, and the toolkit for developing GitHub Actions.

⚠️ Important

This is a partial refactor of the official toolkit, not all of the features in the official toolkit are available in here, and not all of the features in here are available in the official toolkit.

🌟 Features

  • Ability to use directly on GitHub Actions with PowerShell runtime without complex setup.

🔰 Begin

🎯 Targets

| | PowerShell Gallery | |:--|:--| | PowerShell >= v7.2.0 | ✔️ |

[!NOTE] - It is possible to use this module in other methods/ways which not listed in here, however those methods/ways are not officially supported, and should beware maybe cause security issues.

#️⃣ Resources Identifier

  • PowerShell Gallery: hugoalh.GitHubActionsCore

🧩 APIs

Default Prefix: GitHubActions

  • Add-PATH
  • Add-ProblemMatcher
  • Add-SecretMask
  • Add-Summary
  • Disable-StdOutCommandEcho
  • Disable-StdOutCommandProcess
  • Enable-StdOutCommandEcho
  • Enable-StdOutCommandProcess
  • Enter-LogGroup
  • Exit-LogGroup
  • Get-DebugStatus
  • Get-Input
  • Get-State
  • Get-WebhookEventPayload
  • Get-WorkflowRunUri
  • Remove-ProblemMatcher
  • Set-EnvironmentVariable
  • Set-Output
  • Set-State
  • Set-Summary
  • Test-Environment
  • Write-Debug
  • Write-Error
  • Write-Fail
  • Write-Notice
  • Write-Warning

[!NOTE] - For the full or prettier documentation, can visit via: - GitHub Repository Wiki

✍️ Examples

  • ps1 Set-Output -Name 'foo' -Value 'bar'
  • ps1 Write-Notice -Message 'Hello, world!'

Owner

  • Name: hugoalh
  • Login: hugoalh
  • Kind: user
  • Location: Everywhere
  • Company: @hugoalh-studio

Lead of @hugoalh-studio; Full time software developer; Part time freelancer

Citation (CITATION.cff)

# yaml-language-server: $schema=https://citation-file-format.github.io/1.2.0/schema.json
cff-version: "1.2.0"
title: "GitHub Actions - Core (PowerShell)"
message: "If you use this software, please cite it using the metadata from this file."
type: "software"
authors:
  - name: "hugoalh"
repository-code: "https://github.com/hugoalh/github-actions-core-powershell"
keywords:
  - "core"
  - "gh-actions"
  - "ghactions"
  - "github-actions"
  - "powershell"
  - "toolkit"
license: "MIT"

GitHub Events

Total
  • Issues event: 1
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 3
  • Pull request event: 12
  • Create event: 7
Last Year
  • Issues event: 1
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 3
  • Pull request event: 12
  • Create event: 7

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 4
  • Total pull requests: 203
  • Average time to close issues: 5 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.2
  • Merged pull requests: 35
  • Bot issues: 0
  • Bot pull requests: 202
Past Year
  • Issues: 1
  • Pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 9
Top Authors
Issue Authors
  • hugoalh (2)
  • RobCannon (1)
Pull Request Authors
  • dependabot[bot] (195)
  • hugoalh (1)
Top Labels
Issue Labels
Priority/High 🔴 (2) Type/Enhancement 💡 (2) Platform/NodeJS (1) Platform/GitHubActions (1) Platform/NPM (1) Priority/Critical 🚨 (1) Type/Bug 🐛 (1) Platform/PowerShell (1) Type/Chore ⚙️ (1)
Pull Request Labels
Type/Dependency 📦 (195) Platform/NodeJS (106) Status/Pending 🔵 (77) Platform/GitHubActions (29) Priority/Low 🟢 (23) Priority/Medium 🟡 (6) Priority/Critical 🚨 (1)

Dependencies

.github/workflows/scan-virus.yml actions
  • actions/checkout v3.3.0 composite
  • hugoalh/scan-virus-ghaction v0.6.4 composite
.github/workflows/announce-new-release-discord.yml actions
.github/workflows/publish-powershell-module-psg.yml actions
.github/workflows/sync-labels.yml actions
hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json npm
package-lock.json npm
  • 177 dependencies
package.json npm
  • @types/node ^20.6.3 development
  • @typescript-eslint/eslint-plugin ^6.7.2 development
  • @typescript-eslint/parser ^6.7.2 development
  • @vercel/ncc ^0.38.0 development
  • eslint ^8.49.0 development
  • eslint-plugin-only-warn ^1.1.0 development
  • typescript ^5.2.2 development
  • @actions/artifact ^1.1.2
  • @actions/cache ^3.2.2
  • @actions/core ^1.10.1
  • @actions/tool-cache ^2.0.1