We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9743a4 commit 7696409Copy full SHA for 7696409
README.md
@@ -6,7 +6,7 @@ This GitHub Action allows you to overwrite the contents of an environment file w
6
7
```yaml
8
- name: Overwrite production env file with development env file
9
- uses: ./action-tools/overwrite-env-file
+ uses: dev-five-git/overwrite-env-file-action@v1
10
with:
11
input: .env.development
12
output: .env.production
0 commit comments