Skip to content

Commit

Permalink
Testing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
molivasdat authored Sep 6, 2023
1 parent 47bf318 commit 1a632fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lb_rollback_onedb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
Rollback_Job:
runs-on: ubuntu-latest
environment:
name: $DB_ENV
name: ${{ github.event.inputs.db }}

steps:
- uses: actions/checkout@v3
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Copy Snapshot back
run: |
cp -r BASE/Snapshot*_$DB_ENV.json .
cp -r BASE/Snapshot*_${{ github.event.inputs.db }}.json .
git config user.name github-actions
git config user.email [email protected]
git add .
Expand Down

0 comments on commit 1a632fa

Please sign in to comment.