Skip to content

Commit

Permalink
fix: hack
Browse files Browse the repository at this point in the history
  • Loading branch information
lodmfjord committed Jun 5, 2024
1 parent 6b8ffce commit 0ba46dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/get-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ outputs:
runs:
using: 'composite'
steps:
- name: Add required env
- name: Adding required env vars
uses: actions/github-script@v7
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', 'https://cache.dev01.devland.is/')
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN'])
core.exportVariable('ACTIONS_RUNTIME_URL', process.env['ACTIONS_RUNTIME_URL'])
- name: Get cache
id: prepare
shell: bash
Expand Down

0 comments on commit 0ba46dc

Please sign in to comment.