Skip to content

Commit

Permalink
test env variable set
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 committed Jul 10, 2024
1 parent 34c42bc commit f788080
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Check Release and Update Dockerfile

on:
workflow_dispatch:
push:
branches:
- EC-340-action-update-dockerfile
schedule:
- cron: '0 9 * * *' # Execute everyday at 9 AM

Expand All @@ -23,6 +26,12 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
name: Checkout

- name: Test variables update
run: |
# Update repository variables
gh variable set TEST_VARIABLE \
--body "test_value -e tmp"
- name: Get latest release from another repo
id: get_release
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down

0 comments on commit f788080

Please sign in to comment.