Github actions share workspace/artifacts between jobs?

You can use the Github Actions upload-artifact and download-artifact to share data between jobs. In job1: steps: – uses: actions/checkout@v1 – run: mkdir -p path/to/artifact – run: echo hello > path/to/artifact/world.txt – uses: actions/upload-artifact@master with: name: my-artifact path: path/to/artifact And job2: steps: – uses: actions/checkout@master – uses: actions/download-artifact@master with: name: my-artifact path: path/to/artifact – run: … Read more

What is Pseudo TTY-Allocation? (SSH and Github)

As explained in “gitolite: PTY allocation request failed on channel 0”, it is important to do ssh test connection with -T, because some server could abort the transaction entirely if a text-terminal (tty) is requested. -T avoids requesting said terminal, since GitHub has no intention of giving you an interactive secure shell, where you could … Read more

how to un fork the github repository?

Update: There’s now an automated solution See https://stackoverflow.com/a/66470086/151312 Original Post As of now Github doesn’t have an unfork option, so the only solution is to delete the forked repo. Warning: The following solution will delete your cloned repo. If you want unfork without your repo is being deleted try this https://stackoverflow.com/a/41486339/6335029 Step 1: Goto Settings … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)