Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update DamianReeves/write-file-action action to v1.3
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 92d091d commit 15218d9
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish-windows.yml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ jobs:
sudo apt-get install awscli -y
- name: Write AWS config 1
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/credentials
contents: |
@@ -68,7 +68,7 @@ jobs:
write-mode: overwrite

- name: Write AWS config 2
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/config
contents: |
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ jobs:
sudo apt-get install awscli -y
- name: Write AWS config 1
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/credentials
contents: |
@@ -127,7 +127,7 @@ jobs:
write-mode: overwrite

- name: Write AWS config 2
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/config
contents: |

0 comments on commit 15218d9

Please sign in to comment.