Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-izval committed Nov 28, 2024
1 parent d029a9d commit 2d94b1e
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
pull_request:


concurrency:
group: update
Expand All @@ -17,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
ref: update-go
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
Expand All @@ -34,22 +36,22 @@ jobs:
env:
CLI_GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
working-directory: cli
- name: Create pull request
uses: peter-evans/create-pull-request@v7
with:
author: GitHub <[email protected]>
commit-message: Update Terraform versions
title: "feat: Update Terraform versions"
body: |
Automatically created pull-request to update Terraform versions.
# - name: Create pull request
# uses: peter-evans/create-pull-request@v7
# with:
# author: GitHub <[email protected]>
# commit-message: Update Terraform versions
# title: "feat: Update Terraform versions"
# body: |
# Automatically created pull-request to update Terraform versions.

This is the result of configuring a CLI_GITHUB_TOKEN in `.env` and running:
# This is the result of configuring a CLI_GITHUB_TOKEN in `.env` and running:

```
cli update-versions
```
delete-branch: true
reviewers: |
oscar-izval
sestrella
token: ${{ secrets.BOT_TOKEN }}
# ```
# cli update-versions
# ```
# delete-branch: true
# reviewers: |
# oscar-izval
# sestrella
# token: ${{ secrets.BOT_TOKEN }}

0 comments on commit 2d94b1e

Please sign in to comment.