Skip to content

Commit

Permalink
automatically update variables (ansible-collections#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo authored Mar 17, 2023
1 parent b1b67a2 commit 7829c60
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.workflow }} @ ${{ github.sha }}'
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 7829c60

Please sign in to comment.