Skip to content

Commit

Permalink
Merge pull request #1425 from abikouo/test_user_agent_auto_update_1
Browse files Browse the repository at this point in the history
Automate update of collection variable using gha
  • Loading branch information
abikouo authored Mar 15, 2023
2 parents b30b009 + efaccb0 commit 7f263f3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-variables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: update collection variables

concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

on:
push:
branches:
- main
- 'stable-*'
pull_request_target:

jobs:
update-variables:
uses: abikouo/github_actions/.github/workflows/update_aws_variables.yml@automate_aws_user_agent_variable

0 comments on commit 7f263f3

Please sign in to comment.