Skip to content

Commit

Permalink
Bump UnlyEd/github-action-store-variable from v2.1.0 to v2.1.1 (#7)
Browse files Browse the repository at this point in the history
Bumps [UnlyEd/github-action-store-variable](https://github.com/UnlyEd/github-action-store-variable) from v2.1.0 to v2.1.1.
- [Release notes](https://github.com/UnlyEd/github-action-store-variable/releases)
- [Changelog](https://github.com/UnlyEd/github-action-store-variable/blob/main/CHANGELOG.md)
- [Commits](v2.1.0...025a2e8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2021
1 parent 025a2e8 commit 41d6340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/readme-code-snippet-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# XXX We recommend to export all your variables at once, at the end of your job
- name: Export variable for next jobs
uses: UnlyEd/github-action-store-variable@v2.1.0 # See https://github.com/UnlyEd/github-action-store-variable
uses: UnlyEd/github-action-store-variable@v2.1.1 # See https://github.com/UnlyEd/github-action-store-variable
with:
# Persist (store) our MAGIC_NUMBER ENV variable into our store, for the next jobs
variables: |
Expand All @@ -38,7 +38,7 @@ jobs:
needs: compute-data
steps:
- name: Import variable MAGIC_NUMBER
uses: UnlyEd/github-action-store-variable@v2.1.0 # See https://github.com/UnlyEd/github-action-store-variable
uses: UnlyEd/github-action-store-variable@v2.1.1 # See https://github.com/UnlyEd/github-action-store-variable
with:
# List all variables you want to retrieve from the store
# XXX They'll be automatically added to your ENV
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Export variable for next jobs
uses: UnlyEd/github-action-store-variable@v2.1.0 # See https://github.com/UnlyEd/github-action-store-variable
uses: UnlyEd/github-action-store-variable@v2.1.1 # See https://github.com/UnlyEd/github-action-store-variable
with:
delimiter: ','
variables: FOO=BAR,STAGE=production
Expand All @@ -63,7 +63,7 @@ jobs:
needs: save-many-variables-by-using-custom-delimiter
steps:
- name: Import variable MAGIC_NUMBER
uses: UnlyEd/github-action-store-variable@v2.1.0 # See https://github.com/UnlyEd/github-action-store-variable
uses: UnlyEd/github-action-store-variable@v2.1.1 # See https://github.com/UnlyEd/github-action-store-variable
with:
delimiter: ';'
variables: FOO;STAGE
Expand Down

0 comments on commit 41d6340

Please sign in to comment.