We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174cd64 commit 3285d0dCopy full SHA for 3285d0d
.github/workflows/Action-Test.yml
@@ -86,6 +86,26 @@ jobs:
86
Get-GitHubContext
87
}
88
89
+ LogGroup 'Get-GitHubUser' {
90
+ Get-GitHubUser
91
+ }
92
+ ActionTestWithFGPAT:
93
+ name: Action-Test - [WithFGPAT]
94
+ runs-on: ubuntu-latest
95
+ steps:
96
+ # Need to check out as part of the test, as its a local action
97
+ - name: Checkout repo
98
+ uses: actions/checkout@v4
99
+
100
+ - name: Action-Test
101
+ uses: ./
102
+ with:
103
+ Token: ${{ secrets.TEST_FG_PAT }}
104
+ Script: |
105
+ LogGroup 'Get-GitHubContext' {
106
+ Get-GitHubContext
107
108
109
LogGroup 'Get-GitHubUser' {
110
Get-GitHubUser
111
0 commit comments