Skip to content

Error: not in a git directory #651

Locked Answered by JamesIves
rodsan0 asked this question in Q&A
Mar 24, 2021 · 5 comments · 4 replies
Discussion options

You must be logged in to vote

This action more or less depends on actions/checkout to run prior to it in order for it to establish the git directory in the workspace. If time permits I can look into implementing a fix for this long term so this isn't necessary, or if someone would like to take this task on I'd be happy to support with reviewing and quality checking the release. For an example of what this might look like you can click here, the contribution guide will help you get setup. It mostly just need test coverage, but unfortunately I don't have the time at the minute to finish this up.

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    concurrency: ci-${{ github.ref }} # Recommended if you intend …

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@JamesIves
Comment options

@lezsakdomi
Comment options

@lezsakdomi
Comment options

@JamesIves
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JamesIves
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #650 on March 26, 2021 02:40.