Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jamesives/github-pages-deploy-action

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamesives/github-pages-deploy-action - npm Package Compare versions

Comparing version 3.5.6 to 3.5.7

2

.github/ISSUE_TEMPLATE/BUG_REPORT.md

@@ -9,2 +9,4 @@ ---

<!-- Please check the FAQ before posting an issue: https://github.com/JamesIves/github-pages-deploy-action/wiki -->
**Describe the bug**

@@ -11,0 +13,0 @@ <!-- Please provide a clear and concise description of what the bug is. -->

@@ -9,2 +9,4 @@ ---

<!-- Please check the FAQ before posting an issue: https://github.com/JamesIves/github-pages-deploy-action/wiki -->
**Is your feature request related to a problem? Please describe.**

@@ -11,0 +13,0 @@ <!-- Please provide a clear and concise description of what the problem is. Please be sure to read the README first! -->

@@ -9,2 +9,4 @@ ---

<!-- Please check the FAQ before posting an issue: https://github.com/JamesIves/github-pages-deploy-action/wiki -->
**Describe the Issue**

@@ -11,0 +13,0 @@ <!-- Please provide a clear and concise description of what the problem is. Please be sure to read the README first! -->

@@ -28,2 +28,11 @@ "use strict";

try {
core_1.info(`
GitHub Pages Deploy Action 🚀
🚀 Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md
📣 Maintained by James Ives (https://jamesiv.es)`);
core_1.info('Checking configuration and starting deployment… 🚦');

@@ -30,0 +39,0 @@ const settings = Object.assign(Object.assign({}, constants_1.action), configuration);

6

package.json

@@ -5,3 +5,3 @@ {

"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
"version": "3.5.6",
"version": "3.5.7",
"license": "MIT",

@@ -39,3 +39,3 @@ "main": "lib/lib.js",

"@actions/exec": "1.0.4",
"@actions/github": "3.0.0",
"@actions/github": "4.0.0",
"@actions/io": "1.0.2"

@@ -54,4 +54,4 @@ },

"ts-jest": "25.5.1",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}

@@ -30,2 +30,3 @@ import {info} from '@actions/core'

)
await execute(`git remote rm origin`, action.workspace, action.silent)

@@ -32,0 +33,0 @@ await execute(

@@ -16,2 +16,12 @@ import {exportVariable, info, setFailed} from '@actions/core'

try {
info(`
GitHub Pages Deploy Action 🚀
🚀 Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md
📣 Maintained by James Ives (https://jamesiv.es)`)
info('Checking configuration and starting deployment… 🚦')

@@ -18,0 +28,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc