.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: update action.yml
|
- name: update action.yml
|
||||||
run: |
|
run: |
|
||||||
cat action.yml | sed "s/image: .*/image: Dockerfile" > action.yml
|
sed -i "s/image: .*/image: Dockerfile/" action.yml
|
||||||
|
|
||||||
- name: generate-snake-game-from-github-contribution-grid
|
- name: generate-snake-game-from-github-contribution-grid
|
||||||
id: generate-snake
|
id: generate-snake
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: update action.yml
|
- name: update action.yml
|
||||||
run: |
|
run: |
|
||||||
cat action.yml | sed "s/image: .*/image: docker:\/\/platane\/snk:${{ steps.docker-build.outputs.digest }}/" > action.yml
|
sed -i "s/image: .*/image: docker:\/\/platane\/snk:${{ steps.docker-build.outputs.digest }}/" action.yml
|
||||||
|
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user