Skip to content

Commit

Permalink
Test word masking feature
Browse files Browse the repository at this point in the history
  • Loading branch information
michmzr committed May 22, 2024
1 parent ebb5698 commit e142370
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-latest
environment: master
steps:
- name: Print the job specific variables
run: |
workflow_concurrency_group=${{ github.workflow }}-${{ github.ref_name }}
echo "Workflow concurrency group $workflow_concurrency_group"
echo "Testing random secret"
echo "test"
echo "Some value"
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Java
Expand Down

0 comments on commit e142370

Please sign in to comment.