mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
rename repo to dagger-for-github
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9e6ff7eb45
commit
826af86330
7 changed files with 16 additions and 16 deletions
14
README.md
14
README.md
|
|
@ -1,15 +1,15 @@
|
|||

|
||||
|
||||
[](https://github.com/dagger/dagger-action/releases/latest)
|
||||
[](https://github.com/marketplace/actions/dagger-action)
|
||||
[](https://github.com/dagger/dagger-action/actions?workflow=test)
|
||||
[](https://codecov.io/gh/dagger/dagger-action)
|
||||
[](https://github.com/dagger/dagger-for-github/releases/latest)
|
||||
[](https://github.com/marketplace/actions/dagger-for-github)
|
||||
[](https://github.com/dagger/dagger-for-github/actions?workflow=test)
|
||||
[](https://codecov.io/gh/dagger/dagger-for-github)
|
||||
|
||||
## About
|
||||
|
||||
GitHub Action for [Dagger](https://dagger.io), a programmable deployment system.
|
||||
|
||||

|
||||

|
||||
|
||||
___
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Dagger
|
||||
uses: dagger/dagger-action@v1
|
||||
uses: dagger/dagger-for-github@v1
|
||||
with:
|
||||
age-key: ${{ secrets.DAGGER_AGE_KEY }}
|
||||
args: up
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Install Dagger
|
||||
uses: dagger/dagger-action@v1
|
||||
uses: dagger/dagger-for-github@v1
|
||||
with:
|
||||
install-only: true
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue