-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(deps): bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 #67
ci(deps): bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 #67
Conversation
@dependabot rebase |
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@13046b6...ba14867) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
7776062
to
252395a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deploy-develop
workflow job failed:
Previous HEAD position was 29b3ce6 Merge 252395ad90851d566ef37710087f3e30a1c311c6 into b79a48319e32cb5e769e631a82167d3ebcd87b48
Switched to a new branch 'gh-pages'
/usr/bin/chmod -R +rw /home/runner/work/CurrentTimeApp/CurrentTimeApp/release/wwwroot
/usr/bin/rsync -q -av --checksum --progress /home/runner/work/CurrentTimeApp/CurrentTimeApp/release/wwwroot/. github-pages-deploy-action-temp-deployment-folder --delete --exclude CNAME --exclude .ssh --exclude .git --exclude .github
/usr/bin/git add --all .
Checking if there are files to commit…
/usr/bin/git add --all .
/usr/bin/git checkout -b github-pages-deploy-action/xmienitm2
Switched to a new branch 'github-pages-deploy-action/xmienitm2'
/usr/bin/git commit -m Deploying to gh-pages from @ jjliggett/CurrentTimeApp@29b3ce632dc574b5f5140a273f2af24c8[81](https://github.com/jjliggett/CurrentTimeApp/actions/runs/3262207471/jobs/5359027294#step:6:82)ef3bf 🚀 --quiet --no-verify
Force-pushing changes...
/usr/bin/git push --force ***github.com/jjliggett/CurrentTimeApp-dev-env.git github-pages-deploy-action/xmienitm2:gh-pages
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/jjliggett/CurrentTimeApp-dev-env.git/'
Running post deployment cleanup jobs… 🗑️
/usr/bin/git checkout -B github-pages-deploy-action/xmienitm2
Reset branch 'github-pages-deploy-action/xmienitm2'
/usr/bin/chmod -R +rw github-pages-deploy-action-temp-deployment-folder
/usr/bin/git worktree remove github-pages-deploy-action-temp-deployment-folder --force
Error: The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 128 ❌
Notice: Deployment failed! ❌
##[debug]Node Action run completed with exit code 1
##[debug]deployment_status='failed'
##[debug]Set output deployment-status = failed
##[debug]Finishing: Publish application to GitHub Pages
( https://github.com/jjliggett/CurrentTimeApp/actions/runs/3262207471/jobs/5359027294 )
I have created a new fine-grained personal access token and will update the DEV_PAT_TOKEN
development environment secret and run the workflow again.
Unfortunately, this did not solve the problem:
( https://github.com/jjliggett/CurrentTimeApp/actions/runs/3262207471/jobs/5463388722 ) |
I have opened the following discussion for this issue: JamesIves/github-pages-deploy-action#1264 Merging this pull request to test the production deployment workflow with the 4.4.1 version of the action. |
The production workflow did succeed! ( https://github.com/jjliggett/CurrentTimeApp/actions/runs/3457269133 ) The gh-pages branch was updated: c6ce8e2 This issue may only be a problem for deployments to different repositories. |
Bumps JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1.
Release notes
Sourced from JamesIves/github-pages-deploy-action's releases.
Commits
ba14867
Deploy Production Code for Commit 432c4730209663973056a2240bdb1a6b2c811ba1 🚀432c473
Merge branch 'dev' into releases/v4b3205d4
Deploying to dev from @ JamesIves/github-pages-deploy-action@de9a185b767adb85...de9a185
Bump@actions/github
from 5.0.3 to 5.1.1 (#1232)7cf3ec6
Bump@actions/core
from 1.9.1 to 1.10.0 (#1230)e4509d1
Bump typescript from 4.8.3 to 4.8.4 (#1227)366c533
Bump@types/node
from 18.7.18 to 18.8.0 (#1233)43bb4e6
Use Node 16 (#1221)fb46b8e
Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1220)3cca60f
Bump@types/node
from 18.7.13 to 18.7.18 (#1219)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)