Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaise-aot committed Oct 26, 2023
1 parent ae0af4a commit 88b1e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build_etl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
# Check out source repo
repository: ${{ github.repository }}

- name: Set ENV variables - Why I get skipped ?
- name: Set ENV variables
id: set-variable
# make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready
run: |
echo "For ${{ github.ref_name }} branch for Tools"
echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV
echo "Finished setting environment
echo "Finished setting environment"
shell: bash

# Check triggers to see if a build is required
Expand Down

0 comments on commit 88b1e11

Please sign in to comment.