forked from nektos/act
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove .gitignore before docker cp (nektos#288)
* Test setup before I try to understand how things work * Remove .gitignore before we run docker cp
- Loading branch information
1 parent
d4e41a9
commit 7cc6687
Showing
3 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: issue-228 | ||
|
||
on: | ||
- push | ||
|
||
jobs: | ||
kind: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: apt-get update -y && apt-get install git -y # setup git credentials will fail otherwise | ||
- name: Setup git credentials | ||
uses: fusion-engineering/setup-git-credentials@v2 | ||
with: | ||
credentials: https://[email protected]/ |