@jamesives/github-pages-deploy-action
Advanced tools
Comparing version 3.5.6 to 3.5.7
@@ -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); |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1693343
1858
+ Added@actions/github@4.0.0(transitive)
+ Added@octokit/core@3.6.0(transitive)
+ Added@octokit/plugin-rest-endpoint-methods@4.15.1(transitive)
- Removed@actions/github@3.0.0(transitive)
- Removed@octokit/core@2.5.4(transitive)
- Removed@octokit/plugin-rest-endpoint-methods@3.17.0(transitive)
- Removed@octokit/types@4.1.105.5.0(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedcross-spawn@6.0.5(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@1.0.0(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedmacos-release@2.5.1(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedos-name@3.1.0(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpump@3.0.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedundici-types@6.19.8(transitive)
- Removeduniversal-user-agent@5.0.0(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwindows-release@3.3.3(transitive)
Updated@actions/github@4.0.0