Visual Studio Code – How to hide the name of the last person edited the line?
I want to hide the details next to the code. I tried to hide it from the settings, but I couldn't find the option that enables me to hide it.
I want to hide the details next to the code. I tried to hide it from the settings, but I couldn't find the option that enables me to hide it.
When I was trying to make some commit in Github repository, I am unable to click on the commit button. I tried other ways like making commit through terminal and tried to push. But it wasn't working.
How do I create a github workflow step name with a variable value. I tried this but it does not work. name: Publish on: push: branches: - main env: REGISTRY: ghcr.io jobs: Publish: runs-on: ubuntu-latest steps: - name: Log into…
I have a branch protection to my test branch, but i need to execute every pull request merged a action to update the version of the software and commit in the test branch. Even with the tag --force the error…
I am unable to access github at all from the command line on a newly installed Ubuntu server. Pinging and curling github fails but works fine for other hosts. OS: Ubuntu 22.04.1 LTS Ping test # google ping -c3 google.com…
In my personal project, I try to deploy my backend spring boot with github actions and a Dockerfile For more security, I save my properties in the Github secrets and in my Dockerfile, i get the configuration (url, username and…
I'm using GitHub Actions to run some tests on every push and I need DVC. I'm trying to make this work with the runs-on: ubuntu-latest option but when I try to run it, the action get's stuck because it requires…
I have a GitHub repository with one other collaborator who recently made changes and submitted them to GitHub. However, when I open my project in Visual Studio Code these changes are not reflected in my project. How do I download…
I have a Github repository (repo A) with a workflow running inside that repo (working with Terraform file and applying them on AWS). I am trying to trigger that workflow from a different Github repository (repo B), so I created…
I am working on syncing my GitHub repo with S3 bucket and I don't want to pass my AWS credentials as GitHub secrets. I already tried passing my credentials through GitHub secret and the code works. However, when I try…