Skip to content

Commit

Permalink
Merge pull request #12 from LukaszSielski/test_sielski
Browse files Browse the repository at this point in the history
test
  • Loading branch information
LukaszSielski authored and LukasSielski committed Sep 16, 2024
2 parents 5c1d6e9 + d8ec676 commit 6fb775e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions/ado_tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ inputs:
runs:
using: composite
steps:
# - shell: bash
# env:
# EVENT_CONTEXT: ${{ toJSON(github.event) }}
# run: echo $EVENT_CONTEXT
- shell: bash
env:
EVENT_CONTEXT: ${{ toJSON(github.event) }}
run: echo ${{ github.token }}
- env:
GH_TOKEN: ${{ inputs.gh-token }}
AZURE_DEVOPS_EXT_PAT: ${{ inputs.azure-pat }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def GET_PR_DETAILS_CLI_COMMAND() -> str:
return 'gh pr list --json body --state merged --search {commit_sha}'
@constant
def ADO_TAG_PATTERN() -> re.Pattern:
return r"AB#\d{6}"
return r"AB#\d{1}"
@constant
def ADO_TAGGING_COMMAND() -> str:
return 'az boards work-item update --id {work_item_id} --org https://dev.azure.com/lukaszadamsielski0187 --fields "System.Tags={deploy_env}" --output json'
Expand Down
2 changes: 1 addition & 1 deletion test200.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
haha
s2
s21

0 comments on commit 6fb775e

Please sign in to comment.